]> granicus.if.org Git - php/commitdiff
2 things to do
authorDavid Croft <david@php.net>
Mon, 5 Feb 2001 14:29:21 +0000 (14:29 +0000)
committerDavid Croft <david@php.net>
Mon, 5 Feb 2001 14:29:21 +0000 (14:29 +0000)
TODO

diff --git a/TODO b/TODO
index ac757ccc8f221e8dd2d22ba80b1f15665afd9f3b..d8148343b07be7afd2811f74a4292a7b75a27e64 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,12 +5,15 @@ Zend
 ----
     * 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
 ------