]> granicus.if.org Git - php/commitdiff
It's been there long enough.
authorAndrey Hristov <andrey@php.net>
Wed, 12 May 1999 17:29:51 +0000 (17:29 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 12 May 1999 17:29:51 +0000 (17:29 +0000)
ext/standard/basic_functions.c

index 4f2a5128538e9139faa2e19afc56062df2f79655..b908e96a416838cea858480e52a8d39d33a2181b 100644 (file)
@@ -655,10 +655,6 @@ void php3_key_sort(INTERNAL_FUNCTION_PARAMETERS)
 }
 
 
-/* the current implementation of count() is a definite example of what
- * user functions should NOT look like.  It's a hack, until we get
- * unset() to work right in 3.1
- */
 void php3_count(INTERNAL_FUNCTION_PARAMETERS)
 {
        pval *array;