changelog               Tue Jul 15 01:32:06 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1337&r2=1.1338&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1337 ZendEngine2/ChangeLog:1.1338
--- ZendEngine2/ChangeLog:1.1337        Mon Jul 14 01:32:03 2008
+++ ZendEngine2/ChangeLog       Tue Jul 15 01:32:05 2008
@@ -1,3 +1,81 @@
+2008-07-14  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * tests/closure_017.phpt
+      tests/closure_018.phpt
+      tests/closure_019.phpt
+      tests/closure_020.phpt
+      tests/closure_021.phpt:
+      - New tests
+
+    * tests/closure_017.phpt
+      tests/closure_017.phpt
+      tests/closure_018.phpt
+      tests/closure_018.phpt
+      tests/closure_019.phpt
+      tests/closure_019.phpt
+      tests/closure_020.phpt
+      tests/closure_020.phpt
+      tests/closure_021.phpt
+      tests/closure_021.phpt:
+      
+      file closure_017.phpt was initially added on branch PHP_5_3.
+
+    * tests/closure_008.phpt
+      tests/closure_008.phpt
+      tests/closure_009.phpt
+      tests/closure_009.phpt:
+      - Fixed test titles
+
+2008-07-14  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_API.c
+      zend_API.c
+      zend_closures.c
+      zend_closures.c
+      zend_compile.c
+      zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/closure_016.phpt
+      tests/closure_016.phpt
+      tests/closure_016.phpt:
+      Fixed is_callable() to support closures and return appropriate function
+      name
+
+    * (PHP_5_3)
+      Makefile.am
+      Zend.dsp
+      ZendTS.dsp
+      zend.h
+      zend_API.c
+      zend_closures.c
+      zend_closures.h
+      zend_compile.c
+      zend_compile.h
+      zend_default_classes.c
+      zend_execute.c
+      zend_execute_API.c
+      zend_language_parser.y
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      tests/closure_001.phpt
+      tests/closure_002.phpt
+      tests/closure_003.phpt
+      tests/closure_004.phpt
+      tests/closure_005.phpt
+      tests/closure_006.phpt
+      tests/closure_007.phpt
+      tests/closure_008.phpt
+      tests/closure_009.phpt
+      tests/closure_010.phpt
+      tests/closure_011.phpt
+      tests/closure_012.phpt
+      tests/closure_013.phpt
+      tests/closure_014.phpt
+      tests/closure_015.phpt:
+      Added support for lambda functions and closures
+
 2008-07-13  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -24646,7 +24724,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1337 2008/07/14 01:32:03 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1338 2008/07/15 01:32:05 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -26370,7 +26448,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1337 2008/07/14 01:32:03 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1338 2008/07/15 01:32:05 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to