From: Andrey Hristov Date: Wed, 12 May 1999 17:29:51 +0000 (+0000) Subject: It's been there long enough. X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89a56a139bc7d2247f4e0d6b31eb1a4b8ee383e7;p=php It's been there long enough. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 4f2a512853..b908e96a41 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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;