From b203a439ce4258e8e88fe8fa223e4578ee0d0108 Mon Sep 17 00:00:00 2001 From: Date: Sun, 6 May 2007 01:31:17 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 36 ++++++++++++++++++++ 2 files changed, 127 insertions(+) diff --git a/ChangeLog b/ChangeLog index 14b421d99e..e3202e97bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2007-05-05 Antony Dovgal + + * ZendEngine2/tests/compare_001.phpt + ZendEngine2/tests/compare_001.phpt + ZendEngine2/tests/compare_002.phpt + ZendEngine2/tests/compare_002.phpt + ZendEngine2/tests/compare_003.phpt + ZendEngine2/tests/compare_003.phpt + ZendEngine2/tests/compare_004.phpt + ZendEngine2/tests/compare_004.phpt + ZendEngine2/tests/compare_005.phpt + ZendEngine2/tests/compare_005.phpt + ZendEngine2/tests/compare_006.phpt + ZendEngine2/tests/compare_006.phpt + ZendEngine2/tests/decrement_001.phpt + ZendEngine2/tests/decrement_001.phpt + ZendEngine2/tests/exception_handler_001.phpt + ZendEngine2/tests/exception_handler_001.phpt + ZendEngine2/tests/exception_handler_001.phpt + ZendEngine2/tests/exception_handler_002.phpt + ZendEngine2/tests/exception_handler_002.phpt + ZendEngine2/tests/exception_handler_002.phpt + ZendEngine2/tests/exception_handler_003.phpt + ZendEngine2/tests/exception_handler_003.phpt + ZendEngine2/tests/exception_handler_003.phpt + ZendEngine2/tests/exception_handler_004.phpt + ZendEngine2/tests/exception_handler_004.phpt + ZendEngine2/tests/exception_handler_004.phpt + ZendEngine2/tests/exception_handler_005.phpt + ZendEngine2/tests/exception_handler_005.phpt + ZendEngine2/tests/exception_handler_005.phpt + ZendEngine2/tests/exception_handler_006.phpt + ZendEngine2/tests/exception_handler_006.phpt + ZendEngine2/tests/exception_handler_006.phpt: + fix tests, add more + +2007-05-05 Jani Taskinen + + * ext/iconv/tests/iconv004.phpt: + fix test on systems where php.ini has something else than default settings + +2007-05-05 Marcus Boerger + + * (PHP_5_2) + sapi/cli/php_cli.c: + - MFH --ri does not require ext/Reflection + - MFH --ini to show ini files being used + +2007-05-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/sqlite/sess_sqlite.c + ext/sqlite/sqlite.c: + + Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled + sqlite2 lib). + +2007-05-05 Michael Wallner + + * tests/func/006.phpt: + - output handler buffers are always binary, thanks Johannes + +2007-05-05 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/wddx/wddx.c: + + Fixed bug #41283 (Bug with serializing array key that are doubles or + floats). + + * ext/wddx/tests/bug41283.phpt + ext/wddx/tests/bug41283.phpt: + + file bug41283.phpt was initially added on branch PHP_5_2. + +2007-05-05 Marcus Boerger + + * sapi/cli/php_cli.c: + - Fix function signature + + * acinclude.m4: + - Update version in error message as well + + * acinclude.m4: + - Fix re2c check and bump requirement to 0.12.0 + + * sapi/cli/php_cli.c: + - Simplify/use consts + 2007-05-04 Antony Dovgal * ext/gmp/tests/011.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ada6f9ed9c..57a102f029 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,39 @@ +2007-05-05 Antony Dovgal + + * tests/compare_001.phpt + tests/compare_001.phpt + tests/compare_002.phpt + tests/compare_002.phpt + tests/compare_003.phpt + tests/compare_003.phpt + tests/compare_004.phpt + tests/compare_004.phpt + tests/compare_005.phpt + tests/compare_005.phpt + tests/compare_006.phpt + tests/compare_006.phpt + tests/decrement_001.phpt + tests/decrement_001.phpt + tests/exception_handler_001.phpt + tests/exception_handler_001.phpt + tests/exception_handler_001.phpt + tests/exception_handler_002.phpt + tests/exception_handler_002.phpt + tests/exception_handler_002.phpt + tests/exception_handler_003.phpt + tests/exception_handler_003.phpt + tests/exception_handler_003.phpt + tests/exception_handler_004.phpt + tests/exception_handler_004.phpt + tests/exception_handler_004.phpt + tests/exception_handler_005.phpt + tests/exception_handler_005.phpt + tests/exception_handler_005.phpt + tests/exception_handler_006.phpt + tests/exception_handler_006.phpt + tests/exception_handler_006.phpt: + fix tests, add more + 2007-05-04 Dmitry Stogov * zend_compile.c: -- 2.40.0