Browse Source

- Revert WS changes

experimental/new_apache_hooks
Andi Gutmans 24 years ago
parent
commit
805a1653f0
  1. 2
      sapi/cgi/cgi_main.c

2
sapi/cgi/cgi_main.c

@ -1103,12 +1103,10 @@ consult the installation file that came with this distribution, or visit \n\
if (cgi_sapi_module.php_ini_path_override) {
free(cgi_sapi_module.php_ini_path_override);
}
} zend_catch {
exit_status = 255;
} zend_end_try();
php_module_shutdown(TSRMLS_C);
#ifdef ZTS

Loading…
Cancel
Save