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
PHP 8.6 removed XtOffsetOf(), which was an alias for the standard C
offsetof() macro. Replace all usages in apc_cache.h and apc_iterator
with offsetof() directly.
Ref: php/php-src@7114314
0 commit comments