Edit report at https://bugs.php.net/bug.php?id=61073&edit=1
ID: 61073 Comment by: me at ktamura dot com Reported by: stolen dot data dot net at gmail dot com Summary: php-fpm config file path option lacking Status: Open Type: Feature/Change Request Package: FPM related Operating System: all PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: I don't think this is terribly difficult to implement. Not sure if the upstream is going to approve it though. Previous Comments: ------------------------------------------------------------------------ [2012-02-13 17:33:09] stolen dot data dot net at gmail dot com Description: ------------ The php-fpm SAPI does not make use of the path given via --with-config-file-path during configure, but rather only uses PREFIX/etc/ to look for php-fpm.conf. It should either make use of the same config path as php.ini, or have a dedicated "--with-fpm-config-file-path" option introduced to avoid forcing administrators to use the -y option when starting php-fpm if they want to keep their config files in f.e. /etc/php or similar. Test script: --------------- - Expected result: ---------------- - Actual result: -------------- - ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61073&edit=1