tony2001                Wed Oct 26 18:46:53 2005 EDT

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  make compilers happy
  
  
http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.70&r2=1.71&ty=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.70 php-src/ext/spl/php_spl.c:1.71
--- php-src/ext/spl/php_spl.c:1.70      Tue Oct 25 15:38:49 2005
+++ php-src/ext/spl/php_spl.c   Wed Oct 26 18:46:51 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.70 2005/10/25 19:38:49 helly Exp $ */
+/* $Id: php_spl.c,v 1.71 2005/10/26 22:46:51 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -341,8 +341,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

Reply via email to