changelog Fri Aug 12 01:46:37 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.748&r2=1.749&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.748 ZendEngine2/ChangeLog:1.749 --- ZendEngine2/ChangeLog:1.748 Thu Aug 11 01:39:41 2005 +++ ZendEngine2/ChangeLog Fri Aug 12 01:46:36 2005 @@ -1,3 +1,82 @@ +2005-08-11 Andrei Zmievski <[EMAIL PROTECTED]> + + * Makefile.am + Zend.m4 + flex.skl + zend.c + zend.h + zend_API.c + zend_API.h + zend_alloc.c + zend_alloc.h + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_constants.c + zend_constants.h + zend_exceptions.c + zend_exceptions.h + zend_execute.c + zend_execute.h + zend_execute_API.c + zend_globals.h + zend_globals_macros.h + zend_hash.c + zend_hash.h + zend_highlight.c + zend_ini.c + zend_ini_scanner.l + zend_interfaces.c + zend_interfaces.h + zend_language_parser.y + zend_language_scanner.h + zend_language_scanner.l + zend_multibyte.c + zend_object_handlers.c + zend_objects.c + zend_objects_API.c + zend_opcode.c + zend_operators.c + zend_operators.h + zend_reflection_api.c + zend_reflection_api.h + zend_strtod.c + zend_strtol.c + zend_unicode.c + zend_unicode.h + zend_variables.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_gen.php + zend_vm_opcodes.h: + Unicode support + +2005-08-11 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_reflection_api.c: + MF5.1: fix #34078 (Reflection API problems in methods with boolean or null + default values) + + (andrei said to sara a few hours ago you may commit whatever you want + until 9pm) (c) helly + if there are any problems with this patch - please tell me, I'll revert it + immediately + + * (PHP_5_0) + zend_reflection_api.c: + MF5.1: fix #34078 (Reflection API problems in methods with boolean or null + default values) + + * (PHP_5_1) + zend_reflection_api.c: + fix #34078 (Reflection API problems in methods with boolean or null default + values) + +2005-08-11 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_compile.c: + - For internal classes we must auto generate the abstract class flags. + 2005-08-10 Dmitry Stogov <[EMAIL PROTECTED]> * (PHP_5_0) @@ -9485,7 +9564,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.748 2005/08/11 05:39:41 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.749 2005/08/12 05:46:36 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -11209,7 +11288,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.748 2005/08/11 05:39:41 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.749 2005/08/12 05:46:36 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>