delay module_shutdown even further. zend_try and _catch need the current

globals as well.
zeev, is this a chicken & egg problem?
This commit is contained in:
Thies C. Arntzen 2001-08-05 14:07:33 +00:00
parent 0fe837b448
commit 578c395411

View File

@ -778,11 +778,12 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
free(cgi_sapi_module.php_ini_path_override);
}
php_module_shutdown();
} zend_catch {
exit_status = -1;
} zend_end_try();
php_module_shutdown();
#ifdef ZTS
tsrm_shutdown();
#endif