changelog Wed Feb 4 01:32:29 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3308&r2=1.3309&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3308 php-src/ChangeLog:1.3309
--- php-src/ChangeLog:1.3308 Tue Feb 3 01:32:25 2009
+++ php-src/ChangeLog Wed Feb 4 01:32:28 2009
@@ -1,3 +1,74 @@
+2009-02-03 David Coallier <david.coall...@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 <i...@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 <g...@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 <p...@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 <i...@prohost.org>
* (PHP_5_2)
@@ -29303,7 +29374,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3308 2009/02/03 01:32:25 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3309 2009/02/04 01:32:28 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c