1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Add PID to php-fpm init.d script
This commit is contained in:
Jerome Loyet
2012-09-28 11:18:08 +02:00
parent 151b16cf7f
commit bb02fd5772
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -21,6 +21,7 @@ PHP NEWS
. Fixed bug #63085 (Systemd integration and daemonize). (remi, fat)
. Fixed bug #62947 (Unneccesary warnings on FPM). (fat)
. Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
. Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)
- Intl:
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)

View File

@@ -18,7 +18,7 @@ php_fpm_CONF=@sysconfdir@/php-fpm.conf
php_fpm_PID=@localstatedir@/run/php-fpm.pid
php_opts="--fpm-config $php_fpm_CONF"
php_opts="--fpm-config $php_fpm_CONF --pid $php_fpm_PID"
wait_for_pid () {