Re: [PHP-DEV] Re: internals Digest 9 Jun 2006 23:10:50 -0000 Issue 993

2006-06-11 Thread John Mertic
That makes sense, and I agree that that shouldn't change. Could there be a way to include addition ini files; something like how Apache uses the "Include" Directives, allowing one to specify a file or many files using wildcards of additional ini files to include? John On 6/11/06, Wez Furlong <[

Re: [PHP-DEV] Re: internals Digest 9 Jun 2006 23:10:50 -0000 Issue 993

2006-06-11 Thread Wez Furlong
The problem is that there is no standard location for anything in PHP on Windows, and a lot of people take advantage of, and rely on, that fact. --Wez. On 6/10/06, John Mertic <[EMAIL PROTECTED]> wrote: > Actually, there is also an option that allows you to scan a specific > directory for ini f

[PHP-DEV] Re: internals Digest 9 Jun 2006 23:10:50 -0000 Issue 993

2006-06-10 Thread John Mertic
Actually, there is also an option that allows you to scan a specific directory for ini files as well: --with-config-file-scan-dir=/etc/httpd/extra-ini Does the windows build have the same option available? If not, could something like this be enabled; I'm working on a PHP Installer for Windows