summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-08-24 17:09:26 +0000
committerAndrei Zmievski <andrei@php.net>2000-08-24 17:09:26 +0000
commit681f6d53bbeef815514df65b044a5510d06f155f (patch)
tree76b6c00fe15c41813b67fd9177ae2e17947bd8d4 /TODO
parentd33f42d53f32a2473dec6effaa899273f1b07ca7 (diff)
downloadphp-git-681f6d53bbeef815514df65b044a5510d06f155f.tar.gz
Andi's suggestion.
Diffstat (limited to 'TODO')
-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
------