From: Date: Thu, 25 Aug 2005 05:43:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e992d178bc36282a54f9f802fdbd3738d0c96193;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 106756d58a..fd135431b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2005-08-24 Andrei Zmievski + + * unicode-todo.txt: + -** empty log message *** + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_globals.h + ZendEngine2/zend_language_scanner.h + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_opcode.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + - Require declare(encoding=...) to come before any opcodes. Read source + comments for more info. + - Op arrays now know which script encoding they were compiled from. + - Use this information to intelligently convert inline HTML blocks to + the output encoding. Currently it opens and closes a new converter for + each block, but we can optimize it. + +2005-08-24 Ilia Alshanetsky + + * main/output.c: + Remainder of the 34191 bug fix. + +2005-08-24 Jani Taskinen + + * (PHP_5_1) + NEWS: + PCRE lib is 6.2 + +2005-08-24 Dmitry Stogov + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h: + Fixed return-by-reference from internal functions + 2005-08-23 Andrei Zmievski * ZendEngine2/zend_builtin_functions.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fc419faad7..9416f43f8c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,31 @@ +2005-08-24 Andrei Zmievski + + * zend_compile.c + zend_compile.h + zend_globals.h + zend_language_scanner.h + zend_language_scanner.l + zend_opcode.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + - Require declare(encoding=...) to come before any opcodes. Read source + comments for more info. + - Op arrays now know which script encoding they were compiled from. + - Use this information to intelligently convert inline HTML blocks to + the output encoding. Currently it opens and closes a new converter for + each block, but we can optimize it. + +2005-08-24 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h: + Fixed return-by-reference from internal functions + 2005-08-23 Andrei Zmievski * zend_builtin_functions.c