summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-20 14:46:14 +0200
committerAnatol Belski <ab@php.net>2014-08-20 14:46:14 +0200
commit745a71be33f8eafc8081add8c2c6a393b9deb349 (patch)
treef24250f6a8d0e7d7a4dd2dcd0b5abddfe793ba55 /main/php_variables.c
parentfdbbe5fa30ce524d9b0a8b376561d598bf0eb80c (diff)
downloadphp-git-745a71be33f8eafc8081add8c2c6a393b9deb349.tar.gz
yet more fixes to zpp
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c2
1 files changed, 1 insertions, 1 deletions
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) {