]> granicus.if.org Git - php/commitdiff
MFH: make compilers happy
authorAntony Dovgal <tony2001@php.net>
Wed, 26 Oct 2005 22:47:23 +0000 (22:47 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 26 Oct 2005 22:47:23 +0000 (22:47 +0000)
ext/spl/php_spl.c

index 342c1d00862d913ce9dfc971a549c1033eaf2d81..ddeaa9a7211f9abb25c5a713df233e16f496d256 100755 (executable)
@@ -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;