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
Initialize extension handle for internal functions in PHP 8.4 to fix segfault
when `opcache.jit=function`. PHP 8.4 includes observer API optimizations. One
of the optimization requires extensions that use observer API, and use
extension handle for user functions, to also initialize extension handle for
internal functions - see php/php-src#14252.
0 commit comments