From: Marcus Boerger Date: Wed, 6 Feb 2008 11:10:07 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.2.6RC1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=745fe9004f140b055d35fb28dd0922b9c05f072d;p=php - BFN --- diff --git a/NEWS b/NEWS index c0699cf3b4..8cbfbadee6 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ PHP NEWS by-ref offset). (Ilia) - Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling encryption without crypto type). (Ilia) +- Fixed bug #44018 (RecursiveDirectoryIterator options inconsistancy). (Marcus) - Fixed bug #43954 (Memory leak when sending the same HTTP status code multiple times). (Scott) - Fixed bug #43927 (koi8r is missing from html_entity_decode()).