From daf6b8303e49b7c92f83968349727cda9a45d6a5 Mon Sep 17 00:00:00 2001 From: Date: Tue, 26 Apr 2005 00:34:22 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 169 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 37 +++++++++++ 2 files changed, 206 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4409cb60e..a30e85469e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,172 @@ +2005-04-25 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/standard/url.c + ext/standard/url.c + ext/standard/tests/strings/url_t.phpt + ext/standard/tests/strings/url_t.phpt: + MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls + properly). + + * ext/standard/url.c + ext/standard/tests/strings/url_t.phpt: + Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). + +2005-04-25 Jani Taskinen + + * tests/classes/serialize_001.phpt: + Fix test + + * NEWS: + Reorder + + * (PHP_4_3) + NEWS + main/php_variables.c: + MFH: Revert. Nokia didn't pay me enough. :) + + * (PHP_5_0) + NEWS: + rbfn + + * main/php_variables.c: + Revert. (Nokia is not that important :) + +2005-04-25 John Coggeshall + + * NEWS: + Update + +2005-04-25 Andrei Zmievski + + * ZendEngine2/zend_object_handlers.c: + Reverting. Let's not introduce major BC breakage like this without a + good reason. + +2005-04-25 Jani Taskinen + + * ext/zlib/tests/compress_zlib_wrapper.phpt: + - Added test: For some reason this fails with ZTS mode and + "outside-src-tree-build" + + * (PHP_5_0) + NEWS: + reorder + shorten.. + + * NEWS: + When an entry goes to the PHP_5_0 branch, no entry here + +2005-04-25 Stanislav Malyshev + + * NEWS: + oops + + * NEWS + NEWS: + fix + + * ext/gmp/gmp.c + ext/gmp/gmp.c + ext/gmp/tests/bug32773.phpt + ext/gmp/tests/bug32773.phpt: + Fix #32773 and make right fix for GMP FPEs + + * (PHP_4_3) + ext/gmp/gmp.c: + rm unneeded + + * (PHP_4_3) + NEWS: + fix for #32773 + + * (PHP_4_3) + ext/gmp/gmp.c: + Fix #32773 and made right fix for GMP FPEs + +2005-04-25 Pierre-Alain Joye + + * ext/gd/tests/bug24155.phpt + ext/gd/tests/bug27582_1.phpt: + - do not use md5, png signature can change between libpng version + some floating points issue can end to different colors (+/- 1/255) + tests should work again now. + +2005-04-25 Stanislav Malyshev + + * ext/gmp/tests/bug32773.phpt + ext/gmp/tests/bug32773.phpt + ext/gmp/tests/bug32773.phpt: + 1.1.4; + file bug32773.phpt was initially added on branch PHP_4_3. + +2005-04-25 Dmitry Stogov + + * (PHP_4_3) + NEWS + tests/lang/bug29944.phpt: + Test case fnd news entriey for bug #29944 + +2005-04-25 Stanislav Malyshev + + * (PHP_4_3) + ext/gmp/gmp.c: + Remove broken fix - second operand of GMP operation certainly can be 0 in + general case + +2005-04-25 Dmitry Stogov + + * (PHP_5_0) + NEWS + Zend/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/tests/bug29944.phpt: + Fixed bug #29944 (Function defined in switch, crashes). + + * ZendEngine2/tests/bug29944.phpt + ZendEngine2/tests/bug29944.phpt: + + Fixed bug #29944 (Function defined in switch, crashes). + +2005-04-25 Edin Kadribasic + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ext/gd/config.w32: + MFH: Added T1LIB support on Windows (#32809) + + * ext/gd/config.w32: + Added T1LIB support on Windows (#32809) + +2005-04-25 Jani Taskinen + + * ZendEngine2/zend_hash.c: + ws + +2005-04-25 Dmitry Stogov + + * (PHP_4_3) + Zend/zend_hash.c + ZendEngine2/zend_hash.c + ext/standard/array.c + ext/standard/array.c: + Fixed call to estrndup() with invalid length + + * (PHP_5_0) + ZendEngine2/zend_hash.c + ext/standard/array.c: + Fixed call to estrndup() with invalid lengt + +2005-04-25 Sebastian Bergmann + + * ZendEngine2/zend_reflection_api.c: + Correct grammar. + 2005-04-24 Ilia Alshanetsky * main/php_variables.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bfee4f7435..289e039ae5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,40 @@ +2005-04-25 Andrei Zmievski + + * zend_object_handlers.c: + Reverting. Let's not introduce major BC breakage like this without a + good reason. + +2005-04-25 Dmitry Stogov + + * tests/bug29944.phpt + tests/bug29944.phpt: + + Fixed bug #29944 (Function defined in switch, crashes). + + * zend_compile.c + zend_compile.c + tests/bug29944.phpt: + Fixed bug #29944 (Function defined in switch, crashes). + +2005-04-25 Jani Taskinen + + * zend_hash.c: + ws + +2005-04-25 Dmitry Stogov + + * zend_hash.c: + Fixed call to estrndup() with invalid length + + * (PHP_5_0) + zend_hash.c: + Fixed call to estrndup() with invalid lengt + +2005-04-25 Sebastian Bergmann + + * zend_reflection_api.c: + Correct grammar. + 2005-04-24 Marcus Boerger * zend_compile.c: -- 2.40.0