changelog               Mon Aug 11 01:32:53 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1356&r2=1.1357&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1356 ZendEngine2/ChangeLog:1.1357
--- ZendEngine2/ChangeLog:1.1356        Sat Aug  9 01:32:15 2008
+++ ZendEngine2/ChangeLog       Mon Aug 11 01:32:53 2008
@@ -1,3 +1,65 @@
+2008-08-10  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      - Fix warning
+
+    * zend_builtin_functions.h:
+      - Oops
+
+    * zend.c
+      zend.h
+      zend_builtin_functions.c
+      zend_builtin_functions.h:
+      - Fix memleak, Zend's built-in functions get copied before we copy all
+        functions, thus ending up in the name and param definitions copied 
twice
+        because zend_register_funciton already copies them.
+      - Also Be able to deallocate Zend's built-in functions and do so when
+        appropriate.
+      - After unregistering Zend's built-in functions only dl() is left and 
that
+        seems to be fine.
+
+2008-08-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      tests/foreach_unset_globals.phpt:
+      new test
+
+    * tests/foreach_unset_globals.phpt
+      tests/foreach_unset_globals.phpt:
+      
+      fix bug reported by Henrique
+      add test
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      fix bug reported by Henrique
+      add test
+
+    * tests/access_modifiers_003.phpt
+      tests/lsb_007.phpt
+      tests/lsb_008.phpt
+      tests/lsb_009.phpt:
+      fix tests
+
+2008-08-10  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      tests/unset.inc:
+      - Fixed test (LF)
+
+    * (PHP_5_3)
+      tests/heredoc_005.phpt
+      tests/heredoc_013.phpt
+      tests/heredoc_014.phpt
+      tests/unset.inc:
+      - Fixed tests (Pierre)
+
+    * tests/heredoc_005.phpt
+      tests/heredoc_013.phpt
+      tests/heredoc_014.phpt:
+      - Fixed tests
+
 2008-08-08  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -25370,7 +25432,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1356 2008/08/09 01:32:15 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1357 2008/08/11 01:32:53 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -27094,7 +27156,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1356 2008/08/09 01:32:15 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1357 2008/08/11 01:32:53 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to