changelog               Wed Aug 24 01:33:48 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.758&r2=1.759&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.758 ZendEngine2/ChangeLog:1.759
--- ZendEngine2/ChangeLog:1.758 Tue Aug 23 01:45:43 2005
+++ ZendEngine2/ChangeLog       Wed Aug 24 01:33:46 2005
@@ -1,3 +1,44 @@
+2005-08-23  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * zend_builtin_functions.c
+      zend_operators.c
+      zend_operators.h:
+      Implement Unicode support for strncasecmp().
+
+    * zend_operators.c:
+      Damn.
+
+    * zend_operators.c:
+      - Rewrite zend_u_binary_strncmp() to work on codepoint level. Calling
+        u_strCompare() doesn't help because it assumes that the input lengths
+        specify the number of UChar's.
+      - Change zend_u_binary_strcmp() to use u_strCompare() (and it's fine to
+        use it here, since we work with whole strings here).
+
+    * zend_operators.c:
+      This was so embarassingly silly.
+
+2005-08-23  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend_API.c
+      zend_API.h
+      zend_builtin_functions.c
+      zend_exceptions.c:
+      Unicode support
+
+    * zend_API.h:
+      Unicode support cleanup
+
+    * zend_builtin_functions.c
+      zend_execute.h
+      zend_execute_API.c
+      tests/is_a.phpt:
+      Changed is_a() and is_subcalls_of() functions to not call __autoload() 
(in
+      the same way as "instanceof" operator).
+
+    * zend_builtin_functions.c:
+      Unicode support for strncasecmp()
+
 2005-08-22  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * zend_builtin_functions.c
@@ -9904,7 +9945,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.758 2005/08/23 05:45:43 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.759 2005/08/24 05:33:46 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -11628,7 +11669,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.758 2005/08/23 05:45:43 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.759 2005/08/24 05:33:46 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to