diff options
author | <changelog@php.net> | 2005-08-25 05:43:45 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-08-25 05:43:45 +0000 |
commit | e992d178bc36282a54f9f802fdbd3738d0c96193 (patch) | |
tree | 463193744db9eb4511d0c9c79e8631017c2945a7 /ChangeLog | |
parent | d6a80f841dd108af37ca612dc2c03546cc160dce (diff) | |
download | php-git-e992d178bc36282a54f9f802fdbd3738d0c96193.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +2005-08-24 Andrei Zmievski <andrei@gravitonic.com> + + * 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 <ilia@prohost.org> + + * main/output.c: + Remainder of the 34191 bug fix. + +2005-08-24 Jani Taskinen <jani.taskinen@sci.fi> + + * (PHP_5_1) + NEWS: + PCRE lib is 6.2 + +2005-08-24 Dmitry Stogov <dmitry@zend.com> + + * 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 <andrei@gravitonic.com> * ZendEngine2/zend_builtin_functions.c |