]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 25 Aug 2005 05:43:45 +0000 (05:43 +0000)
committer <changelog@php.net> <>
Thu, 25 Aug 2005 05:43:45 +0000 (05:43 +0000)
ChangeLog
Zend/ChangeLog

index 106756d58a593f6c38e76fbc9cd76321644fc1dd..fd135431b8105640d656fc2687a29b97d2380296 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fc419faad7b246b0c7a1754dda3d7beb660b7817..9416f43f8c179a9c79a63ed145de4968776ae0a4 100644 (file)
@@ -1,3 +1,31 @@
+2005-08-24  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * 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  <dmitry@zend.com>
+
+    * 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  <andrei@gravitonic.com>
 
     * zend_builtin_functions.c