changelog               Mon Sep  9 20:33:26 2002 EDT

  Modified files:              
    /Zend       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: Zend/ChangeLog
diff -u Zend/ChangeLog:1.72 Zend/ChangeLog:1.73
--- Zend/ChangeLog:1.72 Sat Sep  7 20:34:14 2002
+++ Zend/ChangeLog      Mon Sep  9 20:33:26 2002
@@ -1,3 +1,16 @@
+2002-09-09  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * zend_execute.c: fix bug #18610
+
+    * zend_variables.c:
+    take care of right IS_CONSTANT_INDEX variables destruction
+    fixes bug #18108
+
+    * zend_execute_API.c: fix bug #18668 - arrays with constant indexes
+
+    * zend_execute_API.c: protect EG(uninitialized_zval) from being referenced
+    this should fix bug #14582
+
 2002-09-07  Thies C. Arntzen  <[EMAIL PROTECTED]>
 
     * zend_execute_API.c:
@@ -365,7 +378,7 @@
 
 2002-05-13  Sterling Hughes  <[EMAIL PROTECTED]>
 
-    * zend_qsort.c: add $Id: ChangeLog,v 1.72 2002/09/08 00:34:14 changelog Exp $ tag
+    * zend_qsort.c: add $Id: ChangeLog,v 1.73 2002/09/10 00:33:26 changelog Exp $ tag
 
 2002-05-13  Derick Rethans  <[EMAIL PROTECTED]>
 


Reply via email to