changelog               Fri Jan 25 01:31:35 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1226&r2=1.1227&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1226 ZendEngine2/ChangeLog:1.1227
--- ZendEngine2/ChangeLog:1.1226        Thu Jan 24 01:31:35 2008
+++ ZendEngine2/ChangeLog       Fri Jan 25 01:31:35 2008
@@ -1,3 +1,104 @@
+2008-01-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_API.h
+      zend_builtin_functions.c
+      zend_language_scanner.l
+      zend_vm_def.h
+      zend_vm_execute.h:
+      Fixed compilation warnings
+
+    * (PHP_5_3)
+      zend_API.h
+      zend_builtin_functions.c
+      zend_interfaces.c
+      zend_vm_def.h
+      zend_vm_execute.h:
+      Fixed comilation warnings
+
+    * zend_alloc.c
+      zend_alloc.c:
+      Increased Zend MM cache size
+
+    * zend_gc.c:
+      Fixed possible GC failure bacause of EG(object_store).object_buckets
+      reallocation
+
+    * (PHP_5_3)
+      zend_gc.c:
+      Fixed possible GC failure because of EG(object_store).object_buckets
+      reallocation
+
+    * zend_API.c
+      zend_API.c
+      zend_gc.h
+      zend_gc.h:
+      Fixed GC bug
+
+    * tests/gc_027.phpt
+      tests/gc_027.phpt:
+      
+      file gc_027.phpt was initially added on branch PHP_5_3.
+
+2008-01-24  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend.c:
+      - MFH: Show GC statistics if GC benchmarking is enabled.
+
+    * zend.c:
+      - Show GC statistics if GC benchmarking is enabled.
+
+2008-01-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * tests/bug43426.phpt:
+      Fixed bug #43426 (crash on nested call_user_func() calls)
+
+    * tests/bug43426.phpt
+      tests/bug43426.phpt:
+      
+      file bug43426.phpt was initially added on branch PHP_5_3.
+
+2008-01-24  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * zend_builtin_functions.c:
+      Flag unicode safe functions
+
+2008-01-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_API.c
+      zend_API.c
+      zend_builtin_functions.c
+      zend_builtin_functions.c
+      zend_compile.h
+      zend_compile.h
+      zend_execute.c
+      zend_execute.c
+      zend_execute.h
+      zend_execute.h
+      zend_execute_API.c
+      zend_execute_API.c
+      zend_globals.h
+      zend_globals.h
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      zend_vm_execute.skl
+      zend_vm_execute.skl
+      zend_vm_gen.php
+      zend_vm_gen.php
+      tests/bug41209.phpt
+      tests/bug41209.phpt:
+      Changed EG(argument_stack) implementation.
+
+    * (PHP_5_2)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/bug41919.phpt
+      tests/bug41919.phpt:
+      Fixed error message
+
 2008-01-23  Stanislav Malyshev  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -20889,7 +20990,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1226 2008/01/24 01:31:35 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1227 2008/01/25 01:31:35 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -22613,7 +22714,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1226 2008/01/24 01:31:35 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1227 2008/01/25 01:31:35 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to