|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-30 10:33 UTC] sniper@php.net
[2001-10-02 19:20 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
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