]> granicus.if.org Git - php/commitdiff
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
authorAntony Dovgal <tony2001@php.net>
Mon, 14 Nov 2005 21:54:35 +0000 (21:54 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 14 Nov 2005 21:54:35 +0000 (21:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 38a9cd71fec7930feabab6f4401a8f36a86428ac..2beef5505d212a860caa3e23799069022c43b66b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP                                                                        NEWS
 - Fixed bug in mysqli extension with unsigned int(11) being represented as 
   signed integer in PHP instead of string in 32bit systems. (Andrey)
 - Fixed initializing and argument checking for posix_mknod(). (Derick)
+- Fixed bug #35197 (Destructor is not called). (Tony)
 - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER). (Greg)
 - Fixed bug #35142 (SOAP Client/Server Complex Object Support). (Dmitry)
 - Fixed bug #35135 (PDOStatment without related PDO object may crash). (Ilia)