From: Date: Mon, 31 Oct 2005 06:47:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cad0ffbc99a0ccedf8aa0b8376d96f7b57806646;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9dd7a5ff0a..1df2753d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2005-10-30 Marcus Boerger + + * ext/simplexml/simplexml.c + ext/simplexml/tests/000.phpt: + - Bugfix #35028 XML object fails FALSE test + +2005-10-30 Ilia Alshanetsky + + * ext/iconv/tests/skipif.inc + ext/xml/tests/bug32001.phpt: + MFB51: Improve iconv skip conditions + + * (PHP_5_1) + ext/iconv/tests/skipif.inc + ext/xml/tests/bug32001.phpt: + Improve iconv skip conditions + + * ext/standard/basic_functions.c + ext/standard/tests/array/bug35022.phpt: + MFB51: Fixed bug #35022, #35019 (Regression in the behavior of key/current + functions). + + * (PHP_5_1) + NEWS + ext/standard/basic_functions.c: + Fixed bug #35022, #35019 (Regression in the behavior of key/current + functions). + + * ext/standard/tests/array/bug35022.phpt + ext/standard/tests/array/bug35022.phpt: + + file bug35022.phpt was initially added on branch PHP_5_1. + +2005-10-30 Marcus Boerger + + * main/streams/memory.c: + - Fix mode handling + + * ext/simplexml/tests/000.phpt + ext/simplexml/tests/001.phpt + ext/simplexml/tests/002.phpt + ext/simplexml/tests/003.phpt + ext/simplexml/tests/004.phpt + ext/simplexml/tests/007.phpt + ext/simplexml/tests/010.phpt + ext/simplexml/tests/022.phpt + ext/simplexml/tests/023.phpt + ext/simplexml/tests/024.phpt + ext/simplexml/tests/profile11.phpt: + - Fix unicode expectations + +2005-10-30 Ilia Alshanetsky + + * (PHP_5_1) + ext/standard/array.c: + Simplify code. + + * ext/standard/array.c + ext/standard/tests/array/bug35014.phpt: + MFB51: Fixed bug #35014 (array_product() always returns 0). + + * ext/standard/tests/array/bug35014.phpt + ext/standard/tests/array/bug35014.phpt: + + file bug35014.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + NEWS + ext/standard/array.c: + Fixed Bug #35014 (array_product() always returns 0). + +2005-10-30 Marcus Boerger + + * ext/simplexml/tests/024.phpt: + - Add new test + +2005-10-30 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to -dev + +2005-10-30 Marcus Boerger + + * ext/simplexml/simplexml.c: + - Protect against some edge case that is currently imossible, but will be + + * ext/simplexml/simplexml.c: + - Simplify & speedup, once more + + * ext/simplexml/simplexml.c: + - Simplify & speedup + 2005-10-29 Edin Kadribasic * (PHP_4_4)