mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Don't copy the strtok parameter
This commit is contained in:
parent
84aed3b718
commit
f6ed403fde
3 changed files with 11 additions and 3 deletions
|
@ -141,6 +141,7 @@ typedef signed int php_int32;
|
|||
typedef struct {
|
||||
HashTable *user_shutdown_function_names;
|
||||
HashTable putenv_ht;
|
||||
zval **strtok_zval;
|
||||
char *strtok_string;
|
||||
char *locale_string;
|
||||
char *strtok_last;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue