stas Fri Jun 22 00:02:15 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/recode recode.c
Log:
fix #41765
http://cvs.php.net/viewvc.cgi/php-src/ext/recode/recode.c?r1=1.37.2.1.2.2&r2=1.37.2.1.2.3&diff_format=u
Index: php-src/ext/recode/recode.c
diff -u php-src/ext/recode/recode.c:1.37.2.1.2.2
php-src/ext/recode/recode.c:1.37.2.1.2.3
--- php-src/ext/recode/recode.c:1.37.2.1.2.2 Mon Jan 1 09:36:05 2007
+++ php-src/ext/recode/recode.c Fri Jun 22 00:02:15 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: recode.c,v 1.37.2.1.2.2 2007/01/01 09:36:05 sebastian Exp $ */
+/* $Id: recode.c,v 1.37.2.1.2.3 2007/06/22 00:02:15 stas Exp $ */
/* {{{ includes & prototypes */
@@ -122,7 +122,7 @@
{
php_info_print_table_start();
php_info_print_table_row(2, "Recode Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.37.2.1.2.2 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.37.2.1.2.3 $");
php_info_print_table_end();
}
@@ -132,7 +132,7 @@
{
RECODE_REQUEST request = NULL;
char *r = NULL;
- int r_len = 0, r_alen = 0;
+ size_t r_len = 0, r_alen = 0;
int req_len, str_len;
char *req, *str;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php