changelog               Thu Feb 23 06:32:01 2006 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.861&r2=1.862&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.861 ZendEngine2/ChangeLog:1.862
--- ZendEngine2/ChangeLog:1.861 Wed Feb 22 06:31:55 2006
+++ ZendEngine2/ChangeLog       Thu Feb 23 06:32:01 2006
@@ -1,3 +1,27 @@
+2006-02-22  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_API.c
+      zend_API.h:
+      Unicode support
+
+    * zend_exceptions.c:
+      Unicode support: fixed __toString() in user defined exceptions
+
+    * zend_compile.c:
+      Unicode support: fixed check for class type hint
+
+    * zend_builtin_functions.c
+      zend_constants.c:
+      Unicode support: fixed internal constants usage and 
get_defined_constants()
+
+    * zend_compile.c:
+      Unicode support: fixed check for direct call to __clone()
+
+    * zend_API.c
+      zend_execute_API.c:
+      Unicode support: fixed call_user_func(array($this, "self::foo"))
+      Made check for "self/parent" before calling __autoload()
+
 2006-02-21  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * zend.c
@@ -12327,7 +12351,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.861 2006/02/22 06:31:55 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.862 2006/02/23 06:32:01 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -14051,7 +14075,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.861 2006/02/22 06:31:55 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.862 2006/02/23 06:32:01 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to