changelog               Wed Mar 24 20:35:43 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.433&r2=1.434&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.433 ZendEngine2/ChangeLog:1.434
--- ZendEngine2/ChangeLog:1.433 Mon Mar 22 20:32:21 2004
+++ ZendEngine2/ChangeLog       Wed Mar 24 20:35:42 2004
@@ -1,3 +1,30 @@
+2004-03-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend.c
+      zend_execute_API.c
+      zend_globals.h:
+      New autoload protection schema was implemented (Using HashTable instead of
+      boolean flag)
+
+2004-03-24  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * zend_operators.c:
+      - Revert bogus commit
+
+    * zend_operators.c:
+      - Fixed NEWS
+
+2004-03-24  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * tests/bug27641.phpt:
+      Fixed bug #27641 (Object cloning in ze1_compatibility_mode was
+      reimplemented)
+
+    * zend_execute.c
+      zend_variables.c:
+      Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was
+      reimplemented (Dmitry, Andi)
+
 2004-03-22  Andi Gutmans  <[EMAIL PROTECTED]>
 
     * zend_compile.c:
@@ -4135,7 +4162,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.433 2004/03/23 01:32:21 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.434 2004/03/25 01:35:42 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -5859,7 +5886,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.433 2004/03/23 01:32:21 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.434 2004/03/25 01:35:42 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to