diff options
Diffstat (limited to 'main/main.c')
-rw-r--r-- | main/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index ee92bcc7b4..a7452e9f04 100644 --- a/main/main.c +++ b/main/main.c @@ -2474,6 +2474,10 @@ void php_module_shutdown(void) php_output_shutdown(); +#ifndef ZTS + zend_interned_strings_dtor(); +#endif + module_initialized = 0; #ifndef ZTS |