Skip to content

Commit

Permalink
Reverted accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Nov 30, 2009
1 parent 5c56abb commit 832e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_API.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832e181

Please sign in to comment.