Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #66482, replace wrong item name 'priority' with 'process.priority' in php-fpm.conf
pull/668/head
Stanislav Malyshev 12 years ago
parent
commit
c1d5937f7f
  1. 3
      NEWS
  2. 2
      sapi/fpm/php-fpm.conf.in

3
NEWS

@ -18,6 +18,9 @@ PHP NEWS
. Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is
supplied). (Boro Sitnikovski)
- FPM:
. Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
- mysqlnd:
. Added a new fetching mode to mysqlnd. (Andrey)

2
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:

Loading…
Cancel
Save