changelog               Wed Nov 21 01:31:29 2007 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1201&r2=1.1202&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1201 ZendEngine2/ChangeLog:1.1202
--- ZendEngine2/ChangeLog:1.1201        Tue Nov 20 01:31:32 2007
+++ ZendEngine2/ChangeLog       Wed Nov 21 01:31:29 2007
@@ -1,3 +1,89 @@
+2007-11-20  Johannes Schl�ter  <[EMAIL PROTECTED]>
+
+    * tests/021.phpt
+      tests/021.phpt:
+      
+      - Add test
+
+    * zend_constants.c:
+      - Fix build
+
+2007-11-20  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      dead code
+
+2007-11-20  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * zend_constants.c:
+      - Added ZEND_DEBUG_BUILD constant
+
+2007-11-20  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h:
+      Optimization of zend_do_fcall_common_helper()
+
+    * (PHP_5_3)
+      zend_operators.c:
+      MFH: math and comparison optimization + use macroses
+
+    * zend_operators.c:
+      math and comparison optimization
+
+    * zend_execute.c
+      zend_execute.c:
+      ZEND_FETCH_DIM optimization
+
+    * zend.h
+      zend.h:
+      Fixed compilation on some systems (Wez)
+
+    * (PHP_5_3)
+      zend_API.c
+      zend_execute.c
+      zend_execute.c
+      zend_execute_API.c
+      zend_execute_API.c
+      zend_globals.h
+      zend_globals.h
+      zend_object_handlers.c
+      zend_object_handlers.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_execute.skl
+      zend_vm_execute.skl:
+      Fixed bug #43136 (possible crash on script execution timeout. The
+      EG(function_state_ptr) is completely removed,
+      EG(current_execute_data)->function_state must be used instead)
+
+    * zend_compile.c
+      zend_compile.c
+      zend_compile.h
+      zend_compile.h
+      zend_language_parser.y
+      zend_language_parser.y
+      tests/lsb_006.phpt
+      tests/lsb_006.phpt
+      tests/lsb_007.phpt
+      tests/lsb_007.phpt
+      tests/ns_057.phpt
+      tests/ns_058.phpt:
+      Added support for "namespace::" prefix that is resolved to current
+      namespace name.
+
+    * tests/ns_057.phpt
+      tests/ns_057.phpt
+      tests/ns_058.phpt
+      tests/ns_058.phpt:
+      
+      file ns_057.phpt was initially added on branch PHP_5_3.
+
 2007-11-19  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * tests/bug29674.phpt
@@ -20065,7 +20151,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1201 2007/11/20 01:31:32 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1202 2007/11/21 01:31:29 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -21789,7 +21875,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1201 2007/11/20 01:31:32 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1202 2007/11/21 01:31:29 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to