From cd9e244a68e761e83434a91badd38dbb14f565c8 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 14 Nov 2005 21:54:35 +0000 Subject: [PATCH] MFH: fix #35197 (Destructor is not called) and similar issues in other extensions --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 38a9cd71fe..2beef5505d 100644 --- 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) -- 2.50.1