From 15b2bea84e6cc2960a68e38b3b329474ad296f78 Mon Sep 17 00:00:00 2001 From: Date: Wed, 4 Feb 2009 01:32:28 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/ChangeLog b/ChangeLog index c529d03e73..3bf439b6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2009-02-03 David Coallier + + * (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 + + * 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 + + * 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_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 * (PHP_5_2) -- 2.40.0