From: Andrei Zmievski Date: Thu, 24 Aug 2000 17:09:26 +0000 (+0000) Subject: Andi's suggestion. X-Git-Tag: php-4.0.2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681f6d53bbeef815514df65b044a5510d06f155f;p=php Andi's suggestion. --- 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 ------