diff options
author | Antony Dovgal <tony2001@php.net> | 2005-11-14 21:54:35 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-11-14 21:54:35 +0000 |
commit | cd9e244a68e761e83434a91badd38dbb14f565c8 (patch) | |
tree | 5f40e37acb8a06007e4a9874e7d2e27d79f413de | |
parent | 927ea59de376791e3329126e696a76bd15bcde84 (diff) | |
download | php-git-cd9e244a68e761e83434a91badd38dbb14f565c8.tar.gz |
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |