You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zend/zend_rc_debug: convert ZEND_RC_MOD_CHECK() to function
This allows using `ZEND_RC_MOD_CHECK()` without including any additional
headers. Performance is not relevant here because this is a
debug-only feature.
The `zend_refcounted_h` forward declaration is necessary to break a
circular header dependency.
0 commit comments