tony2001 Tue Aug 8 17:05:14 2006 UTC Modified files: /php-src/main php_variables.c Log: unused variable http://cvs.php.net/viewvc.cgi/php-src/main/php_variables.c?r1=1.129&r2=1.130&diff_format=u Index: php-src/main/php_variables.c diff -u php-src/main/php_variables.c:1.129 php-src/main/php_variables.c:1.130 --- php-src/main/php_variables.c:1.129 Tue Aug 8 16:59:11 2006 +++ php-src/main/php_variables.c Tue Aug 8 17:05:14 2006 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_variables.c,v 1.129 2006/08/08 16:59:11 tony2001 Exp $ */ +/* $Id: php_variables.c,v 1.130 2006/08/08 17:05:14 tony2001 Exp $ */ #include <stdio.h> #include "php.h" @@ -524,7 +524,7 @@ if (val) { /* have a value */ int val_len; - unsigned int new_val_len; + /* unsigned int new_val_len; see below */ val_len = php_url_decode(val, strlen(val)); zend_string_to_unicode_ex(input_conv, &u_val, &u_val_len, val, val_len, &status);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php