Browse Source

Reset strtok_string, so that strtok can be used in all session handler

functions.
migration/EXPERIMENTAL
Sascha Schumann 25 years ago
parent
commit
28efce4019
  1. 1
      ext/standard/basic_functions.c

1
ext/standard/basic_functions.c

@ -885,6 +885,7 @@ PHP_RSHUTDOWN_FUNCTION(basic)
BLS_FETCH();
STR_FREE(BG(strtok_string));
BG(strtok_string) = NULL;
#ifdef HAVE_PUTENV
zend_hash_destroy(&BG(putenv_ht));
#endif

Loading…
Cancel
Save