summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index f03810c48e..7072466cfd 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@ Zend
* allow foreach ($array as $k => &$val) syntax. right now we cannot
traverse an array without copying each element.
* look at replacing c-lib call tolower().
+ * make hash API functions work with HASH_OF() to save time.
global
------