From ac878007602a8fb06d17de5daa559a31fabf85cb Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 27 Jul 2004 03:57:31 +0000 Subject: Major re-jig. With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code. --- sapi/activescript/php5activescript.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/activescript/php5activescript.c') 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; } -- cgit v1.2.1