Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

[PHP] Re: [PHP-INST] php.ini search path? From: Stanislav Malyshev (stas <email protected>)
Date: 07/13/00

DM>> What is the search path for php.ini when loading
DM>> PHP4 as a module via apache on UNIX?

.:<config_value>:<phprc_value>

Where config_value is value that you have defined in --config-file-path or
/usr/local/lib
phprc_value is value of PHPRC variable.

DM>> I do not want to include the php.ini in the compile-time
DM>> defined directory, so what is the "current working directory"
DM>> as defined at the top of the php.ini-dist file?
DM>> It is NOT apache/, nor apache/php/, nor apache/htdocs/ nor
DM>> apache/libexec/ (location of libphp4.so). Where is it?

You can always use strace to see.

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>