From: Antony Dovgal Date: Wed, 26 Oct 2005 22:46:51 +0000 (+0000) Subject: make compilers happy X-Git-Tag: RELEASE_0_9_2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c5e74581baa19cf55d0467736fd94ac0ea6d941;p=php make compilers happy --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 46e19bb8b0..0eca3bdee8 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -341,8 +341,8 @@ PHP_FUNCTION(spl_autoload_call) { zval **class_name, *retval = NULL; char *func_name, *lc_name; - int func_name_len; - long dummy; + uint func_name_len; + ulong dummy; HashPosition function_pos; autoload_func_info *alfi;