From: Marcus Boerger Date: Sun, 5 Feb 2006 12:04:46 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.1.3RC1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56db3290e2d0761191313960a26cd8579a977339;p=php - BFN --- diff --git a/NEWS b/NEWS index 17131c99b9..1adabfbe35 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 #36287 (Segfault with SplFileInfo conversion). (Marcus) - 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)