From 4472024ea2981b484d67bb890ed6fb9299622b07 Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Jun 2005 05:43:03 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 36 ++++++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/ChangeLog b/ChangeLog index 08c1716887..5bebb2ab94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2005-06-21 Dmitry Stogov + + * ZendEngine2/tests/unset_cv07.phpt: + Fixed test file + +2005-06-21 Andi Gutmans + + * configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to -dev. Guys (n' Girls), give at least 1 hour before you start + - complaining about not going back to -dev. I like checking the tarball + - before I change it back. + + * (php_5_1_0b2) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Take #3 :) + +2005-06-21 Ilia Alshanetsky + + * (php_5_1_0b2) + ZendEngine2/zend_reflection_api.c: + Fixed memory leak. + + +2005-06-21 Jani Taskinen + + * (php_5_1_0b2) + build/genif.sh: + - Partial revert: It does not matter if awk works or not but helps if it + does :) + + * (php_5_1_0b2) + ext/sysvmsg/tests/002.phpt: + fix test + +2005-06-21 Dmitry Stogov + + * NEWS + NEWS + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c: + Fixed bug #31213 (Sideeffects caused by fix of bug #29493) + + * (PHP_5_0) + ZendEngine2/zend_compile.c: + Remove unnecessary ZEND_FETCH_CLASS together with + ZEND_DECLARE_INHERITED_CLASS + in case of early binding + + * (php_5_1_0b2) + ZendEngine2/zend_compile.c: + Remove unnecessary ZEND_FETCH_CLASS together with + ZEND_DECLARE_INHERITED_CLASS in case of early binding + +2005-06-21 Jani Taskinen + + * (php_5_1_0b2) + acinclude.m4: + Fix configure problem in braindead systems like Solaris. + +2005-06-21 Marcus Boerger + + * (php_5_1_0b2) + tests/classes/array_access_012.phpt: + - Add new test + +2005-06-21 Dmitry Stogov + + * (PHP_5_0) + ext/standard/tests/serialize/bug31402.phpt: + Fixed test file (the bug was already fixed) + +2005-06-21 Ilia Alshanetsky + + * (php_5_1_0b2) + sapi/cli/php_cli.c: + Fixed possible memory corruption. + 2005-06-19 Marcus Boerger * tests/classes/array_access_011.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5f5549e27f..80dce830ad 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,39 @@ +2005-06-21 Dmitry Stogov + + * tests/unset_cv07.phpt: + Fixed test file + +2005-06-21 Andi Gutmans + + * zend.h: + - Back to -dev. Guys (n' Girls), give at least 1 hour before you start + - complaining about not going back to -dev. I like checking the tarball + - before I change it back. + + * (php_5_1_0b2) + zend.h: + - Take #3 :) + +2005-06-21 Ilia Alshanetsky + + * (php_5_1_0b2) + zend_reflection_api.c: + Fixed memory leak. + + +2005-06-21 Dmitry Stogov + + * (PHP_5_0) + zend_compile.c: + Remove unnecessary ZEND_FETCH_CLASS together with + ZEND_DECLARE_INHERITED_CLASS + in case of early binding + + * (php_5_1_0b2) + zend_compile.c: + Remove unnecessary ZEND_FETCH_CLASS together with + ZEND_DECLARE_INHERITED_CLASS in case of early binding + 2005-06-20 Andi Gutmans * zend.h: -- 2.50.1