]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 4 Feb 2009 01:32:28 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 4 Feb 2009 01:32:28 +0000 (01:32 +0000)
ChangeLog

index c529d03e732589d498b0c4dce32b0888187b7d38..3bf439b6d6321dc6a7f7d98213b178ef950db7c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2009-02-03  David Coallier  <david.coallier@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - Added news item for Bugfix #46048
+
+    * (PHP_5_3)
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/bug46048.phpt
+      ext/simplexml/tests/bug46048.phpt:
+      - Fixed Bug #46048 (SimpleXML top-level @attributes not part of iterator)
+      - Added test for bug #46048
+
+2009-02-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sockets/sockets.c:
+      
+      MFB: Return empty string when recv() does not fetch any data
+
+    * (PHP_5_3)
+      ext/sockets/sockets.c:
+      MFB: Return empty string when recv() does not fetch any data
+
+    * (PHP_5_2)
+      ext/sockets/sockets.c:
+      
+      Return empty string when recv() does not fetch any data
+
+2009-02-03  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/bz2/bz2_filter.c:
+      MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to
+      decompress after end of stream)
+
+    * (PHP_5_3)
+      NEWS
+      ext/bz2/bz2_filter.c:
+      Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress
+      after end of stream)
+
+    * ext/phar/stream.c
+      ext/phar/tests/bug47085.phpt:
+      MFB: fix bug #47085:rename() returns true even if the file in PHAR does not
+      exist
+
+    * (PHP_5_3)
+      NEWS
+      ext/phar/stream.c
+      ext/phar/tests/bug47085.phpt
+      ext/phar/tests/bug47085.phpt:
+      fix bug #47085:rename() returns true even if the file in PHAR does not
+      exist
+
+    * ext/phar/Makefile.frag:
+      MFB fix Bug #47265 (generating phar.phar fails because of safe_mode)
+
+    * (PHP_5_3)
+      NEWS
+      ext/phar/Makefile.frag:
+      fix bug #47265 (generating phar.phar fails because of safe_mode)
+
+2009-02-03  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/examples/dualiterator.inc:
+      MFH: Fix #47031 (Fix constants in example)
+
+    * ext/spl/examples/dualiterator.inc:
+      Fix #47031 (Fix constants in example)
+
 2009-02-02  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)