We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7a301 commit 6aed817Copy full SHA for 6aed817
Zend/zend_API.c
@@ -2210,7 +2210,7 @@ ZEND_API int zend_get_module_started(const char *module_name) /* {{{ */
2210
2211
static int clean_module_class(const zend_class_entry **ce, int *module_number TSRMLS_DC) /* {{{ */
2212
{
2213
- if ((*ce)->type == ZEND_INTERNAL_CLASS && (*ce)->module->module_number == *module_number) {
+ if ((*ce)->type == ZEND_INTERNAL_CLASS && (*ce)->info.internal.module->module_number == *module_number) {
2214
return ZEND_HASH_APPLY_REMOVE;
2215
} else {
2216
return ZEND_HASH_APPLY_KEEP;
0 commit comments