Re: [INTERNALS-WIN] using multiple ini files on windows
[email protected] (Gaetano Giunta)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Richard Quadling wrote: > 2009/7/22 Gaetano Giunta <[email protected]>: > >> As far as I can tell, to use multiple ini files in at the same time, the >> compile option --with-config-file-scan-dir must be used. >> >> It seems only linux distros do it. >> >> Does anybody think it would be a good idea to have it also enabled for >> windows builds? >> >> It helps to keep configs for things such as xcache, xdebug or apc separated >> in their own files... >> >> bye >> Gaetano >> >> -- >> Windows Internals Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >> > > This is actually already enabled. But there is a bug in reporting the fact [1] > > Setting the environment variable PHP_INI_SCAN_DIR is required. > > How nice! I had read about it in the changelog, but did not find it anymore in the online manual. The only downside is that I cannot set that in the apache conf but have to make a real windows env var for it - and I have many instances of Apache installed... ...shall i start my apache processes via a batch file (equivalent of apachectl) to get a customized per-webserver environment? thanks gaetano