changelog Wed Jun 8 01:39:01 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.705&r2=1.706&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.705 ZendEngine2/ChangeLog:1.706 --- ZendEngine2/ChangeLog:1.705 Tue Jun 7 20:40:35 2005 +++ ZendEngine2/ChangeLog Wed Jun 8 01:39:00 2005 @@ -65,6 +65,73 @@ file bug33243.phpt was initially added on branch PHP_5_0. +2005-06-07 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + zend_language_scanner.l + zend_language_scanner.l: + Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when + called via STDIN) + +2005-06-07 Jani Taskinen <[EMAIL PROTECTED]> + + * Zend.m4: + -Moved --disable-zend-memory-manager where it belongs + + * acinclude.m4: + - Show "none" when nothing is found + +2005-06-07 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * zend_objects.c: + Fixed ZTS build. + +2005-06-07 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_5_0) + zend_alloc.h: + - MFH: Added the --disable-zend-memory-manager switch to disable the Zend + memory manager. + + * zend_alloc.h: + - Added the --disable-zend-memory-manager switch to disable the Zend memory + manager. + +2005-06-07 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_builtin_functions.c + zend_builtin_functions.c: + Fixed memory leak in debug_print_backtrace() + + * zend_execute.c + zend_execute.c: + fixed memory leak in bug #28972 ([] operator overflow treatment is + incorrect), not the bug itself. + +2005-06-07 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + - MF44: Problems with user defined error handler and references + +2005-06-07 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_objects.c + zend_objects.c + tests/bug33243.phpt: + Fixed bug #33243 (ze1_compatibility_mode does not work as expected) + + * tests/bug33243.phpt + tests/bug33243.phpt: + + file bug33243.phpt was initially added on branch PHP_5_0. + 2005-06-06 Derick Rethans <[EMAIL PROTECTED]> * zend_vm_def.h @@ -8308,7 +8375,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.705 2005/06/08 00:40:35 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.706 2005/06/08 05:39:00 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -10032,7 +10099,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.705 2005/06/08 00:40:35 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.706 2005/06/08 05:39:00 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>