diff options
author | Antony Dovgal <tony2001@php.net> | 2013-10-31 15:04:33 +0400 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2013-10-31 15:04:33 +0400 |
commit | 7cd5ae6fabd5763c1ea35150b0451e14bd1c9b00 (patch) | |
tree | cbab5ef3a3d1fb091a3cef14fc1dac135d610ce7 | |
parent | 812dfbc4315d38a4ee6669e8b7de50493a8bb3bd (diff) | |
download | php-git-7cd5ae6fabd5763c1ea35150b0451e14bd1c9b00.tar.gz |
add news entry about FPM backlog change
and move the other entry to its proper place
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,10 @@ PHP NEWS (brainstorm at nopcode dot org) . Fixed bug #65911 (scope resolution operator - strange behavior with $this). (Bob Weinand) + . Fixed bug #65936 (dangling context pointer causes crash). (Tony) + +- FPM: + . Changed default listen() backlog to 65535. (Tony) - OPcache . Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris) @@ -30,7 +34,6 @@ PHP NEWS . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita) . Fixed bug #65821 (By-ref foreach on property access of string offset segfaults). (Nikita) - . Fixed bug #65936 (dangling context pointer causes crash). (Tony) - CLI server: . Fixed bug #65633 (built-in server treat some http headers as |