]> granicus.if.org Git - php/commitdiff
BFN: #41828, #44440
authorFelipe Pena <felipe@php.net>
Sat, 15 Mar 2008 10:46:48 +0000 (10:46 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 15 Mar 2008 10:46:48 +0000 (10:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fdbb6a22e51ea262113a9b6977df39c62f3d6246..fe44da31ee821fb119f436572fb8ca490ff63fb6 100644 (file)
--- 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).