Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php...
authoritxx00 <itxx00@gmail.com>
Thu, 16 Jan 2014 08:34:39 +0000 (16:34 +0800)
committerStanislav Malyshev <stas@php.net>
Mon, 14 Apr 2014 00:30:50 +0000 (17:30 -0700)
NEWS
sapi/fpm/php-fpm.conf.in

diff --git a/NEWS b/NEWS
index 92b2961df85ad6267caf954f07e3795ea063fc14..a059e075f2df2799224b3111b5d12df4067a09ba 100644 (file)
--- 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)
index 6ce9b63256363d1f8f01425004ca53498506109c..1e70f2c1c1e0ea0fa84d8a7cff6df300e808bd11 100644 (file)
@@ -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: