From:             [EMAIL PROTECTED]
Operating system: Linux 2.2 / 2.4
PHP version:      4.3.0
PHP Bug Type:     *Configuration Issues
Bug description:  Configuration file is not loaded, though PHP reports it is

Something is probably wrong with intrepreting the following configure
option:
'--with-config-file-path=/usr/local/apache/conf/php.ini'

phpinfo() will report this:

Configuration File (php.ini):
   "/usr/local/apache/conf/php.ini"

This is exactly the same as if you compile it with a saner option:
'--with-config-file-path=/usr/local/apache/conf/'

The difference between the two cases is that in the first case the config
file is not loaded by PHP. My educated guess is that it tries to load if
from: "/usr/local/apache/conf/php.ini/php.ini" so it fails and the
location is simply misreported in phpinfo().

I fisrt met this a long ago with 4.0.6 or 4.1.2 or so, but it's still
there in 4.3.0 as I just ran into this type of a problem again.

-- 
Edit bug report at http://bugs.php.net/?id=22189&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22189&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22189&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22189&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22189&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22189&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22189&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22189&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22189&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22189&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22189&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22189&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22189&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22189&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22189&r=gnused

Reply via email to