Re: [PHP-DEV] php.ini search path

2002-02-14 Thread Björn Schotte
* Edin Kadribasic wrote: > I'm curious: how would this affect hosted environments? When you use PHP as > a module in Apache, the php.ini file is read when the server is started. Hosters normally use PHP CGI environments. -- PHP-Support * realitätsnahe Performance-Messungen mit Code-Analyse

Re: [PHP-DEV] php.ini search path

2002-02-14 Thread Edin Kadribasic
> Please only remove CWD from php.ini search path when > compiled as cli. (There are some hosters out there > where you can have your own php.ini at your vhost > which is IMHO a good feature.) I'm curious: how would this affect hosted environments? When you use PHP as a module in Apache, the php.

Re: [PHP-DEV] php.ini search path

2002-02-14 Thread Björn Schotte
Hi, * Edin Kadribasic wrote: > Are there any objections to removing CWD from php.ini search path? Please only remove CWD from php.ini search path when compiled as cli. (There are some hosters out there where you can have your own php.ini at your vhost which is IMHO a good feature.) -- PHP-Supp

Re: [PHP-DEV] php.ini search path

2002-02-14 Thread Edin Kadribasic
> > Currently php searches for php.ini in the current working directory, PHPRC > > environment variable and the compiled in default dir (in that order). > > Searching in the CWD first is IMHO not a very good thing, especially when > > dealing with cli scripts. > > > > Are there any objections to r

Re: [PHP-DEV] php.ini search path

2002-02-14 Thread Markus Fischer
On Thu, Feb 14, 2002 at 04:53:56PM +0100, Edin Kadribasic wrote : > Currently php searches for php.ini in the current working directory, PHPRC > environment variable and the compiled in default dir (in that order). > Searching in the CWD first is IMHO not a very good thing, especially when > deal