- Unicode impl of strtok()

This commit is contained in:
Rolland Santimano 2005-09-29 11:05:30 +00:00
parent 4dd3b9436a
commit c893c70275
2 changed files with 141 additions and 61 deletions

View file

@ -153,9 +153,9 @@ typedef struct _php_basic_globals {
HashTable *user_shutdown_function_names;
HashTable putenv_ht;
zval *strtok_zval;
char *strtok_string;
void *strtok_string;
char *locale_string;
char *strtok_last;
void *strtok_last;
char strtok_table[256];
ulong strtok_len;
char str_ebuf[40];