]> granicus.if.org Git - php/commit
This patch implements a new Apache2 directive called PHPINIDir that
authorAaron Bannert <aaron@php.net>
Thu, 18 Apr 2002 22:10:57 +0000 (22:10 +0000)
committerAaron Bannert <aaron@php.net>
Thu, 18 Apr 2002 22:10:57 +0000 (22:10 +0000)
commit3aa8a9b62b5cc7389ff08f9da0b15aede95a3114
treef146941b4e131d071516f9b85948d8ef1a820275
parentab54cc1e1be518c87613cdc10d4a13e02962a935
This patch implements a new Apache2 directive called PHPINIDir that
allows the specification of the php.ini directory from within the Apache
configuration. If left unset, the default is to defer to the hard-coded
php paths. When set, the supplied path is made relative to Apache's
internal ServerRoot setting.

Example:
PHPINIDir "conf"
# PHP will now look in the ServerRoot/conf directory for the php.ini file
sapi/apache2filter/apache_config.c
sapi/apache2filter/php_apache.h
sapi/apache2filter/sapi_apache2.c