Skip to content

Commit 4358e90

Browse files
author
Jerome Loyet
committed
Merge branch 'bug62216' into PHP-5.3
* bug62216: Fixed bug #62216
2 parents 151b16c + bb02fd5 commit 4358e90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PHP NEWS
2121
. Fixed bug #63085 (Systemd integration and daemonize). (remi, fat)
2222
. Fixed bug #62947 (Unneccesary warnings on FPM). (fat)
2323
. 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)
2425

2526
- Intl:
2627
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)

sapi/fpm/init.d.php-fpm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ php_fpm_CONF=@sysconfdir@/php-fpm.conf
1818
php_fpm_PID=@localstatedir@/run/php-fpm.pid
1919

2020

21-
php_opts="--fpm-config $php_fpm_CONF"
21+
php_opts="--fpm-config $php_fpm_CONF --pid $php_fpm_PID"
2222

2323

2424
wait_for_pid () {

0 commit comments

Comments
 (0)