From 636adf251c80884c151cb233bbdae1497fdadc4a Mon Sep 17 00:00:00 2001 From: itxx00 Date: Thu, 16 Jan 2014 16:34:39 +0800 Subject: Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php-fpm.conf --- NEWS | 3 +++ sapi/fpm/php-fpm.conf.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 92b2961df8..a059e075f2 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ PHP NEWS . Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian). (Remi) +- FPM: + . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf). + - SimpleXML: . Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol) diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index 6ce9b63256..1e70f2c1c1 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -185,7 +185,7 @@ listen = 127.0.0.1:9000 ; - The pool processes will inherit the master process priority ; unless it specified otherwise ; Default Value: no set -; priority = -19 +; process.priority = -19 ; Choose how the process manager will control the number of child processes. ; Possible Values: -- cgit v1.2.1