david           Mon Feb  5 06:29:21 2001 EDT

  Modified files:              
    /php4       TODO 
  Log:
  2 things to do
  
  
Index: php4/TODO
diff -u php4/TODO:1.112 php4/TODO:1.113
--- php4/TODO:1.112     Mon Feb  5 06:27:10 2001
+++ php4/TODO   Mon Feb  5 06:29:21 2001
@@ -5,12 +5,15 @@
 ----
     * allow foreach ($array as $k => &$val) syntax. right now we cannot 
       traverse an array without copying each element.
+    * allow foreach ($array as $k => list($a, $b)) syntax for multi
+      dimensional arrays.
     * look at replacing c-lib call tolower().
     * make hash API functions work with HASH_OF() to save time.
     * native large number support (probably with GNU GMP)
     * Const'ify APIs. Right now, many functions leave parameters untouched,
       but don't declare those as const. This makes interaction with other
       interfaces difficult which pass const parameters to us. 
+    * add try..catch/throw exception handling
 
 global
 ------



-- 
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