changelog               Sat Jun 13 01:33:03 2009 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1501&r2=1.1502&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1501 ZendEngine2/ChangeLog:1.1502
--- ZendEngine2/ChangeLog:1.1501        Wed Jun 10 01:32:52 2009
+++ ZendEngine2/ChangeLog       Sat Jun 13 01:33:03 2009
@@ -1,3 +1,27 @@
+2009-06-12  Felipe Pena  <felipe...@gmail.com>
+
+    * zend_object_handlers.c
+      zend_object_handlers.c:
+      - Constified method_name arg. in zend_get_user_call_function() and
+      zend_get_user_callstatic_function()
+
+    * (PHP_5_2)
+      zend_object_handlers.c:
+      - MFH some changes (from last fix on 5.3+)
+      - Constified method_name arg in zend_get_user_call_function()
+
+    * (PHP_5_3)
+      zend_object_handlers.c
+      tests/bug48533.phpt:
+      MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected
+      methods)
+
+    * zend_object_handlers.c
+      tests/bug48533.phpt
+      tests/bug48533.phpt:
+      - Fixed bug #48533 (__callStatic is not invoked for private/protected
+      methods)
+
 2009-06-09  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * (PHP_5_3)
@@ -29098,7 +29122,7 @@
 2003-06-10  Jani Taskinen  <sni...@iki.fi>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1501 2009/06/10 01:32:52 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1502 2009/06/13 01:33:03 changelog Exp $ tag
 
 2003-06-10  James Cox  <ja...@imajes.info>
 
@@ -30822,7 +30846,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1501 2009/06/10 01:32:52 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1502 2009/06/13 01:33:03 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <i...@prohost.org>
 


Reply via email to