diff options
author | Anatol Belski <ab@php.net> | 2014-08-20 14:46:14 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-20 14:46:14 +0200 |
commit | 745a71be33f8eafc8081add8c2c6a393b9deb349 (patch) | |
tree | f24250f6a8d0e7d7a4dd2dcd0b5abddfe793ba55 /main/php_variables.c | |
parent | fdbbe5fa30ce524d9b0a8b376561d598bf0eb80c (diff) | |
download | php-git-745a71be33f8eafc8081add8c2c6a393b9deb349.tar.gz |
yet more fixes to zpp
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
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) { |