From: Andrei Zmievski Date: Sat, 13 Nov 1999 20:32:49 +0000 (+0000) Subject: It's in array.c now. X-Git-Tag: php-4.0b3_RC5~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62eeb9278c759ccdab5e0c69f5b66df816904206;p=php It's in array.c now. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index f32fe23c5e..7e3687109f 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -64,7 +64,6 @@ static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_ /* uncomment this if/when we actually need it - tired of seeing the warning static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE }; */ -static pval **user_compare_func_name; static HashTable *user_shutdown_function_names; typedef struct _php_shutdown_function_entry { @@ -386,7 +385,6 @@ PHP_RINIT_FUNCTION(basic) return FAILURE; } #endif - user_compare_func_name=NULL; user_shutdown_function_names=NULL; return SUCCESS; }