summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-02-03 09:31:59 +0000
committerDmitry Stogov <dmitry@php.net>2006-02-03 09:31:59 +0000
commitb179e081ab28aa494548ea6bea290f53cb79ca62 (patch)
tree82ddc4595794722ff6b433334e8983c70cc9e3ea /NEWS
parenta31f337c24be7529f4994f2824b6b8cb227f1ed8 (diff)
downloadphp-git-b179e081ab28aa494548ea6bea290f53cb79ca62.tar.gz
Fixed bug #36268 (Object destructors called even after fatal errors)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a6f4b1751..0707bcd48e 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ PHP NEWS
- Added imap_savebody() that allows message body to be written to a file. (Mike)
- Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
on error. (Pierre)
+- Fixed bug #36268 (Object destructors called even after fatal errors). (Dmitry)
- Fixed bug #36258 (SplFileObject::getPath() may lead to segfault). (Tony)
- Fixed bug #36242 (Possible memory corruption in stream_select()). (Tony)
- Fixed bug #36235 (ocicolumnname returns false before a succesfull fetch).