andrei          Mon Apr 16 06:54:10 2001 EDT

  Modified files:              
    /php4       TODO-4.1.txt 
  Log:
  More todo stuff.
  
  
Index: php4/TODO-4.1.txt
diff -u php4/TODO-4.1.txt:1.3 php4/TODO-4.1.txt:1.4
--- php4/TODO-4.1.txt:1.3       Sat Apr 14 03:30:05 2001
+++ php4/TODO-4.1.txt   Mon Apr 16 06:54:10 2001
@@ -12,6 +12,8 @@
 
 * renaming functions so that they all are conform to one standard form
 
-* allow foreach($arrray as $key => &value)
+* allow foreach($array as $key => &$value)
+
+* allow foreach($array as list($var1, $var2))
 
 * clean up "$instance = &new object" syntax.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to