changelog               Thu Aug 25 01:43:07 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2083&r2=1.2084&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2083 php-src/ChangeLog:1.2084
--- php-src/ChangeLog:1.2083    Wed Aug 24 01:33:35 2005
+++ php-src/ChangeLog   Thu Aug 25 01:42:45 2005
@@ -1,3 +1,45 @@
+2005-08-24  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * main/output.c:
+      Remainder of the 34191 bug fix.
+
+2005-08-24  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      PCRE lib is 6.2
+
+2005-08-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ZendEngine2/zend_builtin_functions.c
@@ -10606,7 +10648,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2083 2005/08/24 05:33:35 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2084 2005/08/25 05:42:45 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -14007,7 +14049,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2083 2005/08/24 05:33:35 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2084 2005/08/25 05:42:45 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -14488,7 +14530,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2083 2005/08/24 05:33:35 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2084 2005/08/25 05:42:45 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -15962,7 +16004,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2083 2005/08/24 05:33:35 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2084 2005/08/25 05:42:45 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to