yet more fixes to zpp

This commit is contained in:
Anatol Belski 2014-08-20 14:46:14 +02:00
parent fdbbe5fa30
commit 745a71be33
18 changed files with 98 additions and 98 deletions

View file

@ -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) {