From: Zeev Suraski Date: Tue, 1 Oct 2002 10:16:40 +0000 (+0000) Subject: Fix warnings X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c4b6fff6d1317edbc0834d3facd113f9c41b9cf;p=php Fix warnings --- diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c index ec6d9987f3..f095d314bc 100644 --- a/ext/mbstring/php_unicode.c +++ b/ext/mbstring/php_unicode.c @@ -236,7 +236,7 @@ PHPAPI char *php_unicode_convert_case(int case_mode, char *srcstr, size_t srclen char *unicode, *newstr; size_t unicode_len; unsigned long *unicode_ptr; - int i; + size_t i; unicode = php_mb_convert_encoding(srcstr, srclen, NATIVE_UNICODE_ENCODING, src_encoding, &unicode_len TSRMLS_CC); if (unicode == NULL)