Skip to content

Commit 642c944

Browse files
committed
Add dl module getter
1 parent 3e13e5d commit 642c944

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

async.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,4 +972,8 @@ zend_module_entry async_module_entry = {
972972
PHP_GSHUTDOWN(async),
973973
NULL,
974974
STANDARD_MODULE_PROPERTIES_EX
975-
};
975+
};
976+
977+
#ifdef COMPILE_DL_ASYNC
978+
ZEND_GET_MODULE(async)
979+
#endif

0 commit comments

Comments
 (0)