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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user