php-general | 2000071
Date: 07/13/00
- Next message: thies <email protected>: "Re: [PHP] XML in PHP"
- Previous message: Rasmus Lerdorf: "[PHP] Re: [PHP-INST] php.ini search path?"
- In reply to: David McMahon: "[PHP] php.ini search path?"
- Next in thread: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Reply: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Reply: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: thies <email protected>: "Re: [PHP] XML in PHP"
- Previous message: Rasmus Lerdorf: "[PHP] Re: [PHP-INST] php.ini search path?"
- In reply to: David McMahon: "[PHP] php.ini search path?"
- Next in thread: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Reply: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Reply: David McMahon: "[PHP] RE: [PHP-INST] php.ini search path?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

