diff options
Diffstat (limited to 'sapi/activescript/php5activescript.c')
-rw-r--r-- | sapi/activescript/php5activescript.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/activescript/php5activescript.c b/sapi/activescript/php5activescript.c index 93222fdbf8..6e83b99d5c 100644 --- a/sapi/activescript/php5activescript.c +++ b/sapi/activescript/php5activescript.c @@ -145,6 +145,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) activescript_sapi_module.shutdown(&sapi_module); } //OutputDebugString("PROCESS_DETACH\n"); + sapi_shutdown(); tsrm_shutdown(); break; } |