From: Antony Dovgal Date: Wed, 26 Oct 2005 22:47:23 +0000 (+0000) Subject: MFH: make compilers happy X-Git-Tag: php-5.1.0RC4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c987583285d1ea3ea0faec713c897d7de9a990b;p=php MFH: make compilers happy --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 342c1d0086..ddeaa9a721 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -340,8 +340,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;