tony2001 Wed Oct 26 18:47:23 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl php_spl.c Log: MFH: make compilers happy http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.52.2.9&r2=1.52.2.10&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.52.2.9 php-src/ext/spl/php_spl.c:1.52.2.10 --- php-src/ext/spl/php_spl.c:1.52.2.9 Tue Oct 25 19:20:29 2005 +++ php-src/ext/spl/php_spl.c Wed Oct 26 18:47:23 2005 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_spl.c,v 1.52.2.9 2005/10/25 23:20:29 helly Exp $ */ +/* $Id: php_spl.c,v 1.52.2.10 2005/10/26 22:47:23 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -340,8 +340,8 @@ { 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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php