changelog               Tue Apr 27 20:33:46 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.458&r2=1.459&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.458 ZendEngine2/ChangeLog:1.459
--- ZendEngine2/ChangeLog:1.458 Mon Apr 26 20:35:21 2004
+++ ZendEngine2/ChangeLog       Tue Apr 27 20:33:46 2004
@@ -1,3 +1,24 @@
+2004-04-27  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_builtin_functions.c:
+      - Optional parameter to class_exists() that can be used to bypass
+        __autoload() which can be helpfull in __autoload() itself.
+
+    * zend_interfaces.c:
+      - Fix warnings
+
+    * zend_interfaces.c
+      zend_interfaces.h
+      zend_iterators.h:
+      - no unneccessary retval initialization
+      - new c-level iterator handler invalidate_current that is optionally
+        used to clear internal caching like in implementation of Iterator
+
+2004-04-27  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_reflection_api.c:
+      - Fix prototypes
+
 2004-04-26  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * zend_reflection_api.c:
@@ -4497,7 +4518,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.458 2004/04/27 00:35:21 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.459 2004/04/28 00:33:46 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -6221,7 +6242,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.458 2004/04/27 00:35:21 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.459 2004/04/28 00:33:46 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to