]> granicus.if.org Git - php/commitdiff
BFN
authorMarcus Boerger <helly@php.net>
Tue, 13 Jul 2004 19:30:24 +0000 (19:30 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 13 Jul 2004 19:30:24 +0000 (19:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c29d5c713beb5d4091e8dc2b6751fabeea2c9d87..c6a83b7c208d3449bdfc0ed150fde0739ad9a031 100644 (file)
--- 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).