summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-11-14 21:54:35 +0000
committerAntony Dovgal <tony2001@php.net>2005-11-14 21:54:35 +0000
commitcd9e244a68e761e83434a91badd38dbb14f565c8 (patch)
tree5f40e37acb8a06007e4a9874e7d2e27d79f413de
parent927ea59de376791e3329126e696a76bd15bcde84 (diff)
downloadphp-git-cd9e244a68e761e83434a91badd38dbb14f565c8.tar.gz
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)