1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

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

functions.
This commit is contained in:
Sascha Schumann
2001-07-08 23:28:48 +00:00
parent fd2c27c061
commit 28efce4019

View File

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