From 3ff717812643d50fd5383a2dddfc87cb24e71bee Mon Sep 17 00:00:00 2001 From: Date: Fri, 10 Jun 2005 05:32:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 54 +++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b7908b13c..1f7bd9c2fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2005-06-09 Stanislav Malyshev + + * NEWS + NEWS: + + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_reflection_api.c + ZendEngine2/tests/bug29689.phpt: + MF50: fix #29689 and more private property problems + + * ZendEngine2/tests/bug33277.phpt: + add test for this TBF bug + + * (PHP_5_0) + NEWS: + RIP abstrace private + + * ZendEngine2/zend_compile.c: + disallow abstrace private methods + + * (PHP_5_0) + ZendEngine2/zend_compile.c: + Disallow abstract privae methods + + * (PHP_5_0) + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_reflection_api.c + ZendEngine2/tests/bug29689.phpt: + fix #29689 and more private property problems + +2005-06-09 Dmitry Stogov + + * ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + Fixed double call to php_stream_close() on compiler errors + +2005-06-09 Stanislav Malyshev + + * ZendEngine2/tests/bug33277.phpt + ZendEngine2/tests/bug33277.phpt: + + file bug33277.phpt was initially added on branch PHP_5_0. + +2005-06-09 Ilia Alshanetsky + + * ext/bz2/bz2.c: + Fixed compiler warning. + +2005-06-09 Wez Furlong + + * main/main.c: + hmm, backing out this change, as it seems to cause problems with user-space + streams and filters (the ZE needs to close them before it blows away the + user-space code. + + Noticed by Dmitry. Still need to find out how to avoid double-closing + streams. + +2005-06-09 Dmitry Stogov + + * (PHP_5_0) + NEWS + Zend/zend.c + ZendEngine2/zend.c + ZendEngine2/zend.c + tests/lang/bug25922.phpt + tests/lang/bug25922.phpt + tests/lang/bug25922.phpt: + Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may + result in seg fault) + + * ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner.l: + Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug + #26456 + + * ext/standard/user_filters.c + ext/standard/user_filters.c: + Fixed reference counting and probable crash on fclose() or shutdown + 2005-06-08 Ilia Alshanetsky * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 25c360d7b0..140df8a964 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,57 @@ +2005-06-09 Stanislav Malyshev + + * zend_compile.c + zend_compile.h + zend_object_handlers.c + zend_reflection_api.c + tests/bug29689.phpt: + MF50: fix #29689 and more private property problems + + * tests/bug33277.phpt: + add test for this TBF bug + + * zend_compile.c: + disallow abstrace private methods + + * (PHP_5_0) + zend_compile.c: + Disallow abstract privae methods + + * (PHP_5_0) + zend_compile.c + zend_compile.h + zend_object_handlers.c + zend_reflection_api.c + tests/bug29689.phpt: + fix #29689 and more private property problems + +2005-06-09 Dmitry Stogov + + * zend.c + zend.c + zend_execute_API.c + zend_execute_API.c: + Fixed double call to php_stream_close() on compiler errors + +2005-06-09 Stanislav Malyshev + + * tests/bug33277.phpt + tests/bug33277.phpt: + + file bug33277.phpt was initially added on branch PHP_5_0. + +2005-06-09 Dmitry Stogov + + * zend.c + zend.c: + Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may + result in seg fault) + + * zend_language_scanner.l + zend_language_scanner.l: + Fixed bug (Crash on Windows and ZTS) that was introduced with fix for bug + #26456 + 2005-06-08 Dmitry Stogov * (PHP_5_0) -- 2.40.0