changelog               Tue Oct 28 20:32:08 2003 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.326 ZendEngine2/ChangeLog:1.327
--- ZendEngine2/ChangeLog:1.326 Sat Oct 25 20:32:26 2003
+++ ZendEngine2/ChangeLog       Tue Oct 28 20:32:08 2003
@@ -1,3 +1,27 @@
+2003-10-28  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_language_parser.y:
+      - Head up! I'm reverting the patch which allows for expressions in constant
+      - declerations. Allowing the access of other constants in this code is
+      - flawed. We are reverting back to PHP 4's static scalars.
+      - Don't worry if you get the following msg when compiling:
+      - "zend_language_parser.y contains 3 useless nonterminals and 22 useless
+      rules"
+      - I didn't nuke the code in case we have some brilliant ideas after beta 2
+
+2003-10-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_interfaces.c:
+      Give some freedon to c iterators but not in userspace.
+
+2003-10-28  Shane Caraveo  <[EMAIL PROTECTED]>
+
+    * zend_compile.c:
+      fix crash in do_implement_interface when compiling
+      pear/PHPUnit/Framework/TestCase.php line 63
+      while only interface_gets_implemented is the issue in this instance, both
+      these vars were unitialized, causing potential other issues
+
 2003-10-25  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * zend_API.c
@@ -1916,7 +1940,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.326 2003/10/26 00:32:26 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.327 2003/10/29 01:32:08 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -3640,7 +3664,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.326 2003/10/26 00:32:26 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.327 2003/10/29 01:32:08 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to