|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-11-19 11:42 UTC] kalle@php.net
-Status: Open
+Status: Feedback
[2016-11-19 11:42 UTC] kalle@php.net
[2016-11-21 04:13 UTC] 961365124 at qq dot com
-Status: Feedback
+Status: Open
[2016-11-21 04:13 UTC] 961365124 at qq dot com
[2016-11-21 04:56 UTC] 961365124 at qq dot com
[2016-11-22 06:31 UTC] krakjoe@php.net
-Status: Open
+Status: Not a bug
[2016-11-22 06:31 UTC] krakjoe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 12:00:01 2025 UTC |
Description: ------------ I clone php-src from github.version is 7.2.0-dev.I use `./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/local/php7/etc` `./php-fpm -i | grep ini` found Loaded Configuration File => (none). and `strace /usr/local/php7/sbin/php-fpm -i 2>1.log`found open("/usr/local/lib/php.ini", O_RDONLY) = -1 ENOENT (No such file or directory) I don`t know why --with-config-file- can`not effect