diff options
author | Andrei Zmievski <andrei@php.net> | 2000-08-24 17:09:26 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-08-24 17:09:26 +0000 |
commit | 681f6d53bbeef815514df65b044a5510d06f155f (patch) | |
tree | 76b6c00fe15c41813b67fd9177ae2e17947bd8d4 /TODO | |
parent | d33f42d53f32a2473dec6effaa899273f1b07ca7 (diff) | |
download | php-git-681f6d53bbeef815514df65b044a5510d06f155f.tar.gz |
Andi's suggestion.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ------ |