diff options
author | <changelog@php.net> | 2005-06-24 05:38:47 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-06-24 05:38:47 +0000 |
commit | cc22d6690f94652c696596306f29ebd0088ce42e (patch) | |
tree | 6cfaca67c41459d996297672f6bbd988deb8a92c | |
parent | 87d6f497f71edc4a1f1b6c42cc46045d3bfc3017 (diff) | |
download | php-git-cc22d6690f94652c696596306f29ebd0088ce42e.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 105 | ||||
-rw-r--r-- | Zend/ChangeLog | 56 |
2 files changed, 161 insertions, 0 deletions
@@ -1,3 +1,108 @@ +2005-06-23 Dmitry Stogov <dmitry@zend.com> + + * tests/lang/bug28377.phpt + tests/lang/bug28377.phpt: + + file bug28377.phpt was initially added on branch PHP_4_4. + + * NEWS + NEWS + NEWS + Zend/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug28377.phpt: + Fixed bug #28377 (debug_backtrace is intermittently passing args) + + * ZendEngine2/tests/bug28377.phpt + ZendEngine2/tests/bug28377.phpt: + + file bug28377.phpt was initially added on branch PHP_5_0. + + * ZendEngine2/tests/bug32660.phpt + ZendEngine2/tests/bug32660.phpt: + + Fixed bug #32660 (Assignment by reference causes crash when field access + is overloaded (__get)) + + * NEWS + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug32660.phpt: + Fixed bug #32660 (Assignment by reference causes crash when field access is + overloaded (__get)) + +2005-06-23 Rasmus Lerdorf <rasmus@lerdorf.com> + + * tests/classes/ctor_name_clash.phpt: + Don't really need the ZE2 check since this is in HEAD + +2005-06-23 Jani Taskinen <jani.taskinen@sci.fi> + + * ext/dom/tests/dom003.phpt: + fix test + +2005-06-23 Rasmus Lerdorf <rasmus@lerdorf.com> + + * tests/classes/ctor_name_clash.phpt: + test for derived method name clashes + +2005-06-23 Dmitry Stogov <dmitry@zend.com> + + * ext/dom/tests/dom003.phpt + ext/dom/tests/dom003.phpt: + Fixed test file according to latest debug_backtrace() fixes + + * NEWS + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug30828.phpt: + Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden + methods) + + * ZendEngine2/tests/bug30828.phpt + ZendEngine2/tests/bug30828.phpt: + + file bug30828.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + ZendEngine2/tests/bug27268.phpt: + Test for bug #27268. It is fixed in HEAD but not in PHP_5_0. + + * ZendEngine2/tests/bug27268.phpt + ZendEngine2/tests/bug27268.phpt: + + Fixed bug #27268 (Bad references accentuated by clone). + + * NEWS + ZendEngine2/zend_execute.c: + Fixed bug #27268 (Bad references accentuated by clone). + +2005-06-23 Andi Gutmans <andi@zend.com> + + * NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to -dev + + * (php_5_1_0b2) + NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Beta 2 + +2005-06-23 Ilia Alshanetsky <ilia@prohost.org> + + * (php_5_1_0b2) + ext/mysqli/mysqli_fe.c: + temporary fix to let mysqli extension build, so we can make a release. + 2005-06-22 Rob Richards <rrichards@ctindustries.net> * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 96c7eb8b55..e8aa82c127 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,59 @@ +2005-06-23 Dmitry Stogov <dmitry@zend.com> + + * zend_builtin_functions.c + zend_builtin_functions.c + tests/bug28377.phpt: + Fixed bug #28377 (debug_backtrace is intermittently passing args) + + * tests/bug28377.phpt + tests/bug28377.phpt: + + file bug28377.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/bug32660.phpt: + Fixed bug #32660 (Assignment by reference causes crash when field access is + overloaded (__get)) + + * tests/bug32660.phpt + tests/bug32660.phpt: + + Fixed bug #32660 (Assignment by reference causes crash when field access + is overloaded (__get)) + + * zend_builtin_functions.c + zend_builtin_functions.c + tests/bug30828.phpt: + Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden + methods) + + * tests/bug30828.phpt + tests/bug30828.phpt: + + file bug30828.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + tests/bug27268.phpt: + Test for bug #27268. It is fixed in HEAD but not in PHP_5_0. + + * zend_execute.c + tests/bug27268.phpt + tests/bug27268.phpt: + Fixed bug #27268 (Bad references accentuated by clone). + +2005-06-23 Andi Gutmans <andi@zend.com> + + * zend.h: + - Back to -dev + + * (php_5_1_0b2) + zend.h: + - Beta 2 + 2005-06-22 Dmitry Stogov <dmitry@zend.com> * (php_5_1_0b2) |