From: Rob Richards Date: Sat, 28 Jul 2007 08:35:09 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.4RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d8734e5cad5d78054621bf77b0ec61070b40bfb;p=php BFN --- diff --git a/NEWS b/NEWS index 85129b5aa7..78d6bcd1a8 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,7 @@ PHP NEWS - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory already exists). (Pierre) +- Fixed Bug #42112 (deleting a node produces memory corruption). (Rob) - Fixed Bug #42107 (sscanf broken when using %2$s format parameters). (Jani) - Fixed bug #42090 (json_decode causes segmentation fault). (Hannes) - Fixed bug #42072 (No warning message for clearstatcache() with arguments).