1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

This request_shutdown() is no longer needed (never was needed really)

This commit is contained in:
Zeev Suraski
1999-11-26 20:19:28 +00:00
parent 3d092da662
commit 71b1219ee3

View File

@@ -735,12 +735,6 @@ void module_destructor(zend_module_entry *module)
clean_module_constants(module->module_number);
}
if (module->request_shutdown_func) {
#if 0
zend_printf("%s: Request shutdown\n",module->name);
#endif
module->request_shutdown_func(module->type, module->module_number);
}
if (module->module_started && module->module_shutdown_func) {
#if 0
zend_printf("%s: Module shutdown\n",module->name);