changelog               Wed Jun  4 01:31:52 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1312&r2=1.1313&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1312 ZendEngine2/ChangeLog:1.1313
--- ZendEngine2/ChangeLog:1.1312        Mon Jun  2 01:31:45 2008
+++ ZendEngine2/ChangeLog       Wed Jun  4 01:31:52 2008
@@ -1,3 +1,92 @@
+2008-06-03  Felipe Pena  <[EMAIL PROTECTED]>
+
+    * zend_compile.c
+      zend_execute_API.c
+      zend_object_handlers.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/call_static.phpt:
+      - MFB: Fixed bug #45089 (__callStatic $name case sensitivity)
+
+    * (PHP_5_3)
+      zend_compile.c
+      zend_execute_API.c
+      zend_object_handlers.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/call_static.phpt:
+      - Fixed bug #45089 (__callStatic $name case sensitivity)
+
+    * tests/call_static_006.phpt
+      tests/call_static_006.phpt:
+      - Removed unnecessary XFAIL section
+
+    * tests/call_static_002.phpt
+      tests/call_static_003.phpt
+      tests/call_static_004.phpt
+      tests/call_static_005.phpt
+      tests/call_static_006.phpt
+      tests/call_static_007.phpt:
+      - New tests
+
+    * (PHP_5_3)
+      tests/call_static_004.phpt
+      tests/call_static_006.phpt:
+      - Fixed tests
+
+    * tests/call_static_002.phpt
+      tests/call_static_002.phpt
+      tests/call_static_003.phpt
+      tests/call_static_003.phpt
+      tests/call_static_004.phpt
+      tests/call_static_004.phpt
+      tests/call_static_005.phpt
+      tests/call_static_005.phpt
+      tests/call_static_006.phpt
+      tests/call_static_006.phpt
+      tests/call_static_007.phpt
+      tests/call_static_007.phpt:
+      
+      file call_static_002.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      zend_compile.c
+      tests/magic_methods_001.phpt
+      tests/magic_methods_002.phpt
+      tests/magic_methods_003.phpt
+      tests/magic_methods_004.phpt
+      tests/magic_methods_005.phpt
+      tests/magic_methods_006.phpt
+      tests/magic_methods_007.phpt
+      tests/magic_methods_008.phpt
+      tests/magic_methods_009.phpt
+      tests/magic_methods_010.phpt:
+      - MFH: Fixed bug #44769 (declaring private magic methods should throw
+      error)
+
+    * zend_compile.c
+      tests/magic_methods_001.phpt
+      tests/magic_methods_001.phpt
+      tests/magic_methods_002.phpt
+      tests/magic_methods_002.phpt
+      tests/magic_methods_003.phpt
+      tests/magic_methods_003.phpt
+      tests/magic_methods_004.phpt
+      tests/magic_methods_004.phpt
+      tests/magic_methods_005.phpt
+      tests/magic_methods_005.phpt
+      tests/magic_methods_006.phpt
+      tests/magic_methods_006.phpt
+      tests/magic_methods_007.phpt
+      tests/magic_methods_007.phpt
+      tests/magic_methods_008.phpt
+      tests/magic_methods_008.phpt
+      tests/magic_methods_009.phpt
+      tests/magic_methods_009.phpt
+      tests/magic_methods_010.phpt
+      tests/magic_methods_010.phpt:
+      - Fixed bug #44769 (declaring private magic methods should throw error)
+
 2008-06-01  Scott MacVicar  <[EMAIL PROTECTED]>
 
     * zend_arg_defs.c:
@@ -24054,7 +24143,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1312 2008/06/02 01:31:45 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1313 2008/06/04 01:31:52 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -25778,7 +25867,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1312 2008/06/02 01:31:45 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1313 2008/06/04 01:31:52 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to