summaryrefslogtreecommitdiff
path: root/sapi/activescript/php5activescript.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-07-27 03:57:31 +0000
committerWez Furlong <wez@php.net>2004-07-27 03:57:31 +0000
commitac878007602a8fb06d17de5daa559a31fabf85cb (patch)
treeacdab5fc7b344e371d385039ae67da71f95e9324 /sapi/activescript/php5activescript.c
parent3e327b6e21b2fa10ab08935f4eb10f18b0c8d960 (diff)
downloadphp-git-ac878007602a8fb06d17de5daa559a31fabf85cb.tar.gz
Major re-jig.
With thanks to Rob Richards for tracking down a couple of big bugs caused by teeny bits of code.
Diffstat (limited to 'sapi/activescript/php5activescript.c')
-rw-r--r--sapi/activescript/php5activescript.c1
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;
}