ID: 13037
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *Configuration Issues
Operating System: linux
PHP Version: 4.0.6
New Comment:

I can not reproduce this with latest CVS.
Please try the latest snapshot: http://snaps.php.net/


Previous Comments:
------------------------------------------------------------------------

[2001-08-29 12:58:28] [EMAIL PROTECTED]

The standalone PHP interpreter does not honour the -c commandline option:

ls -l /JobsAdverts/Config/php.ini 
-rw-r--r--   1 schwenke users         206 Sep 26  2000 /JobsAdverts/Config/php.ini

$strace -e open ./php -c /JobsAdverts/Config -f test
...
open("./php.ini", O_RDONLY)             = -1 ENOENT (No such file or directory)
open("/etc/php.ini", O_RDONLY)          = -1 ENOENT (No such file or directory)
... (no more tries to open php.ini)

./php -v
4.0.6


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13037&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to