summaryrefslogtreecommitdiff
path: root/Zend/zend_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_string.c')
-rw-r--r--Zend/zend_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_string.c b/Zend/zend_string.c
index c628b9a4c7..b81d5f1a73 100644
--- a/Zend/zend_string.c
+++ b/Zend/zend_string.c
@@ -76,7 +76,7 @@ static void zend_init_interned_strings_ht(HashTable *interned_strings, int perma
ZEND_API void zend_interned_strings_init(void)
{
char s[2];
- int i;
+ unsigned int i;
zend_string *str;
interned_string_request_handler = zend_new_interned_string_request;