diff options
author | Arnaud Le Blanc <arnaud.lb@gmail.com> | 2013-06-29 17:54:55 +0200 |
---|---|---|
committer | Arnaud Le Blanc <arnaud.lb@gmail.com> | 2013-06-29 17:54:55 +0200 |
commit | 5904da994803d2f9a70a0cb4675ebd9eeb9bce54 (patch) | |
tree | 6b13e3f405c4d51124d50193b06607823b773d33 | |
parent | 18f45c535b2f466647a82b02b1fd03a4461a0db2 (diff) | |
download | php-git-5904da994803d2f9a70a0cb4675ebd9eeb9bce54.tar.gz |
NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ PHP NEWS . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice). (Laruence) +- CGI/FastCGI SAPI: + . Added PHP_FCGI_BACKLOG, overrides the default listen backlog. (Arnaud Le + Blanc) + 20 Jun 2013, PHP 5.5.0 - Core: |