Reverted accidental change

This commit is contained in:
Dmitry Stogov 2009-11-30 12:27:18 +00:00
parent 5c56abb6e3
commit 832e181304

View File

@ -2117,7 +2117,7 @@ void module_destructor(zend_module_entry *module) /* {{{ */
#if HAVE_LIBDL
#if !(defined(NETWARE) && defined(APACHE_1_BUILD))
if (module->handle) {
// DL_UNLOAD(module->handle);
DL_UNLOAD(module->handle);
}
#endif
#endif