From: Antony Dovgal Date: Mon, 14 Nov 2005 21:54:35 +0000 (+0000) Subject: MFH: fix #35197 (Destructor is not called) and similar issues in other extensions X-Git-Tag: php-5.1.0RC5~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9e244a68e761e83434a91badd38dbb14f565c8;p=php MFH: fix #35197 (Destructor is not called) and similar issues in other extensions --- 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)