We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 151b16c + bb02fd5 commit 4358e90Copy full SHA for 4358e90
NEWS
@@ -21,6 +21,7 @@ PHP NEWS
21
. Fixed bug #63085 (Systemd integration and daemonize). (remi, fat)
22
. Fixed bug #62947 (Unneccesary warnings on FPM). (fat)
23
. Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
24
+ . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)
25
26
- Intl:
27
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)
sapi/fpm/init.d.php-fpm.in
@@ -18,7 +18,7 @@ php_fpm_CONF=@sysconfdir@/php-fpm.conf
18
php_fpm_PID=@localstatedir@/run/php-fpm.pid
19
20
-php_opts="--fpm-config $php_fpm_CONF"
+php_opts="--fpm-config $php_fpm_CONF --pid $php_fpm_PID"
wait_for_pid () {
0 commit comments