From: Marcus Boerger Date: Tue, 13 Jul 2004 19:30:24 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.9RC1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca71f3589299ab13426df0e82eda549735de00ab;p=php BFN --- diff --git a/NEWS b/NEWS index c29d5c713b..c6a83b7c20 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP 4 NEWS - Updated PCRE to provide better error handling in certain cases. (Andrei) - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute for doing performance stats without warnings in server-log. (Uwe Schindler) +- Fixed bub #29116 (Zend constant warning uses memory after free). (Marcus, + jdolecek at NetBSD dot org) - Fixed bug #29049 (array sorting via user function/method does not validate it). (Ilia) - Fixed bug #29038 (extract() with EXTR_PREFIX_SAME prefixes empty strings).