changelog Fri Jun 10 01:32:49 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.707&r2=1.708&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.707 ZendEngine2/ChangeLog:1.708 --- ZendEngine2/ChangeLog:1.707 Thu Jun 9 01:41:03 2005 +++ ZendEngine2/ChangeLog Fri Jun 10 01:32:48 2005 @@ -1,3 +1,57 @@ +2005-06-09 Stanislav Malyshev <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * tests/bug33277.phpt + tests/bug33277.phpt: + + file bug33277.phpt was initially added on branch PHP_5_0. + +2005-06-09 Dmitry Stogov <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_0) @@ -8445,7 +8499,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.707 2005/06/09 05:41:03 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.708 2005/06/10 05:32:48 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -10169,7 +10223,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.707 2005/06/09 05:41:03 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.708 2005/06/10 05:32:48 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>