From: Felipe Pena Date: Sat, 15 Mar 2008 10:46:48 +0000 (+0000) Subject: BFN: #41828, #44440 X-Git-Tag: php-5.2.6RC3~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681859cdc41f3fa1780bb49a866b7049e80fe139;p=php BFN: #41828, #44440 --- diff --git a/NEWS b/NEWS index fdbb6a22e5..fe44da31ee 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Mar 2008 , PHP 5.2.6 +- Fixed bug #44440 (st_blocks undefined under BeOS). (Felipe) - Fixed bug #44394 (Last two bytes missing from output). (Felipe) - Fixed bug #44388 (Crash inside exif_read_data() on invalid images) (Ilia) - Fixed bug #44373 (PDO_OCI extension compile failed). (Felipe) @@ -8,6 +9,8 @@ PHP NEWS php_value). (manuel at mausz dot at) - Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...). (Felipe) +- Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct() + causes a sefault). (Etienne) 06 Mar 2008, PHP 5.2.6RC2 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).