From:             spam at 2xlp dot com
Operating system: Mac OSX 10.4.9
PHP version:      5.2.1
PHP Bug Type:     *Compile Issues
Bug description:  --with-config-file-path is not respected

Description:
------------
on osx 10.4.x and php 5.1.x > 5.2.x

--with-config-file-path results in a binary that lists the custom path 
in phpinfo(), but does not actually read the custom path. nor does it 
seem to read the default config file path either -- it effectively 
disables the config file 

Reproduce code:
---------------
1) ./configure --with-config-file-path=/usr/local/lib/php5.2.0.ini 

2) view phpinfo(), note that '/usr/local/lib/php5.2.0.ini' appears as the
config file path

3) load modules or disable php in /usr/local/lib/php5.2.0.ini , restart
apache/fcgi ,  note that nothing in the ini is respected 

4) rename /usr/local/lib/php5.2.0.ini to /usr/local/lib/php.ini , restart
apache/fcgi ,  note that nothing in the ini is respected


-- 
Edit bug report at http://bugs.php.net/?id=40963&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40963&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40963&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40963&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40963&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40963&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40963&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40963&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40963&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40963&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40963&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40963&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40963&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40963&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40963&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40963&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40963&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40963&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40963&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40963&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40963&r=mysqlcfg

Reply via email to