diff options
Diffstat (limited to 'cgi_main.c')
-rw-r--r-- | cgi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi_main.c b/cgi_main.c index 6760dbfba9..a7c01c7f07 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -436,6 +436,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine php3_header(); /* Make sure headers have been sent */ php_request_shutdown((void *) 0); php_module_shutdown(); + tsrm_shutdown(); return SUCCESS; } |