From: Antony Dovgal Date: Sun, 28 Nov 2004 17:13:49 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.3RC1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d03026974391eb55610b9fa1357449c6baa88a5a;p=php BFN --- diff --git a/NEWS b/NEWS index ac7f63d013..8cc5e72ce6 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,7 @@ PHP NEWS - Fixed bug #30042 (strtotime does not use second param). (Derick) - Fixed bug #30027 (Possible crash inside ftp_get()). (cfield at affinitysolutions dot com) +- Fixed bug #29954 (array_reduce segfaults when initial value is array). (Tony) - Fixed bug #29801 (Set limit on the size of mmapable data). (Ilia) - Fixed bug #29557 (strtotime error). (Derick) - Fixed bug #29418 (double free when openssl_csr_new fails).