From 745a71be33f8eafc8081add8c2c6a393b9deb349 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 20 Aug 2014 14:46:14 +0200 Subject: yet more fixes to zpp --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index 8a38e97d60..949bd6c6b0 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -358,7 +358,7 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) zval array; int free_buffer = 0; char *strtok_buf = NULL; - long count = 0; + php_int_t count = 0; ZVAL_UNDEF(&array); switch (arg) { -- cgit v1.2.1