php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #63888 Missing several PHP FPM ini entries in online documentation
Submitted: 2013-01-02 20:44 UTC Modified: 2022-03-28 18:35 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: lekensteyn at gmail dot com Assigned: bukka (profile)
Status: Assigned Package: FPM related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-01-02 20:44 UTC] lekensteyn at gmail dot com
Description:
------------
The online FPM configuration documentation [1] is missing documentation:

- access.log and access.format, added in June 2011 (PHP 5.3.7) [2]
- process.priority, added in PHP 5.3.15 [3] and 5.4.4 [4].
- events.mechanism, added in 5.3.9 [5]
- process.max, added in PHP 5.4 [6]
- security.limit_extensions, added in PHP 5.4 [7]
- syslog.ident and syslog.facility, added in PHP 5.4.0 [8]

(I had to use https in the URLs or the spam filter would catch me)

 [1]: http://php.net/manual/en/install.fpm.configuration.php
 [2]: https://git.php.net/?p=php-src.git;a=commitdiff;h=bbe851
 [3]: https://git.php.net/?p=php-src.git;a=commitdiff;h=f6655b
 [4]: https://git.php.net/?p=php-src.git;a=commitdiff;h=decc39
 [5]: https://git.php.net/?p=php-src.git;a=commitdiff;h=e7c6f9c
 [6]: https://git.php.net/?p=php-src.git;a=commitdiff;h=7cdef3
 [7]: https://git.php.net/?p=php-src.git;a=commitdiff;h=2f0a37
 [8]: https://git.php.net/?p=php-src.git;a=commitdiff;h=5842a4


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 12:19 UTC] cmb@php.net
-Package: Documentation problem +Package: FPM related
 [2022-03-23 21:34 UTC] bukka@php.net
-Assigned To: +Assigned To: bukka
 [2022-03-23 21:34 UTC] bukka@php.net
So all the mentioned options are already documented. I did some checking and there are few other options that still needs documentation:

    - pm.max_spawn_rate
    - pm.status_listen
    - request_slowlog_trace_depth
    - request_terminate_timeout_track_finished
    - apparmor_hat

Will keep this open for reference as I'm planning to document those as well and then will close this.
 [2022-03-28 18:35 UTC] bukka@php.net
Documented all of the above directives so closing this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC