]> granicus.if.org Git - php/commitdiff
MFH: fix bug #29975 (memory leaks when set_error_handler() is used inside error handler)
authorAntony Dovgal <tony2001@php.net>
Fri, 13 May 2005 23:11:17 +0000 (23:11 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 13 May 2005 23:11:17 +0000 (23:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 507663e2274475847b7c5845e717eaf53be83246..e19846bdaf382cdc37ad6fce7a72b23fd89cea0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ PHP 4                                                                      NEWS
   response message). (Jani) 
 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance mode).
   (mike at php dot net)
+- Fixed bug #29975 (memory leaks when set_error_handler() is used inside error 
+  handler). (Tony)
 - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
 - Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right 
   fix for GMP FPEs (Stas)