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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 04:01:31 2024 UTC