dmitry Mon, 30 Nov 2009 12:27:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291491
Log:
Reverted accidental change
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_API.c
Modified: php/php-src/branches/PHP_5_3/Zend/zend_API.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_API.c 2009-11-30 12:22:00 UTC
(rev 291490)
+++ php/php-src/branches/PHP_5_3/Zend/zend_API.c 2009-11-30 12:27:18 UTC
(rev 291491)
@@ -2117,7 +2117,7 @@
#if HAVE_LIBDL
#if !(defined(NETWARE) && defined(APACHE_1_BUILD))
if (module->handle) {
-// DL_UNLOAD(module->handle);
+ DL_UNLOAD(module->handle);
}
#endif
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php