Skip to content

Commit b530f53

Browse files
author
Jerome Loyet
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Fixed bug #62216
2 parents 61cf929 + 4358e90 commit b530f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)