Skip to content

Commit 832e181

Browse files
committed
Reverted accidental change
1 parent 5c56abb commit 832e181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ void module_destructor(zend_module_entry *module) /* {{{ */
21172117
#if HAVE_LIBDL
21182118
#if !(defined(NETWARE) && defined(APACHE_1_BUILD))
21192119
if (module->handle) {
2120-
// DL_UNLOAD(module->handle);
2120+
DL_UNLOAD(module->handle);
21212121
}
21222122
#endif
21232123
#endif

0 commit comments

Comments
 (0)