mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
yet more fixes to zpp
This commit is contained in:
parent
fdbbe5fa30
commit
745a71be33
18 changed files with 98 additions and 98 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue