]> granicus.if.org Git - php/commitdiff
Reverted accidental change
authorDmitry Stogov <dmitry@php.net>
Mon, 30 Nov 2009 12:27:18 +0000 (12:27 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 30 Nov 2009 12:27:18 +0000 (12:27 +0000)
Zend/zend_API.c

index 7397a267aadabfdd002c73ecbeec4d52ceb3a9ed..5d069f75d3d4d5a7599663f270d4b724c380e70f 100644 (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