summaryrefslogtreecommitdiff
path: root/sapi/embed/php_embed.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-04 15:23:10 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-04 16:12:59 +0200
commit2d3bc71e89e270e90ba0886eef37ea106f010ca0 (patch)
tree259b0b863da9e7de2c66e9c55c8cc17d35580328 /sapi/embed/php_embed.c
parentac60007becc7943d1da95ec0f9f92c6a3325ec72 (diff)
downloadphp-git-2d3bc71e89e270e90ba0886eef37ea106f010ca0.tar.gz
Reload tsrmls_id in release builds as well
If TSRM is shut down and started again (something that phpdbg does), then tsrmls_id needs to be reloaded everywhere. As tsrmls_id update is a rare operation, doing that shouldn't be a problem.
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r--sapi/embed/php_embed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c
index 109d908ef2..c279c9e372 100644
--- a/sapi/embed/php_embed.c
+++ b/sapi/embed/php_embed.c
@@ -227,7 +227,6 @@ EMBED_SAPI_API void php_embed_shutdown(void)
sapi_shutdown();
#ifdef ZTS
tsrm_shutdown();
- TSRMLS_CACHE_RESET();
#endif
if (php_embed_module.ini_entries) {
free(php_embed_module.ini_entries);