php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #61073 php-fpm config file path option lacking
Submitted: 2012-02-13 17:33 UTC Modified: 2017-10-24 07:43 UTC
Votes:7
Avg. Score:3.6 ± 0.7
Reproduced:4 of 4 (100.0%)
Same Version:3 (75.0%)
Same OS:2 (50.0%)
From: stolen dot data dot net at gmail dot com Assigned:
Status: Open Package: FPM related
PHP Version: 5.3.10 OS: all
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stolen dot data dot net at gmail dot com
New email:
PHP Version: OS:

 

 [2012-02-13 17:33 UTC] 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:
--------------
-

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-13 22:09 UTC] me at ktamura dot com
I don't think this is terribly difficult to implement. Not sure if the upstream is 
going to approve it though.
 [2012-05-22 16:08 UTC] fat@php.net
-Assigned To: +Assigned To: fat
 [2017-10-24 07:43 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: fat +Assigned To:
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 19:01:29 2024 UTC