From: Dmitry Stogov Date: Mon, 30 Nov 2009 12:27:18 +0000 (+0000) Subject: Reverted accidental change X-Git-Tag: php-5.3.2RC1~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832e1813049221e8b8578852740d4089b2c3ef27;p=php Reverted accidental change --- diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 7397a267aa..5d069f75d3 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -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