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
Creating this ticket to keep track of some issues related to dl() and permanent / interned strings:
Extensions loaded during a dl() call will try to allocate persistent interned strings for class names, function names, ini entries, etc. Normally, this is not allowed during a request.
The default in-request implementation of zend_string_init_interned still allows it, but the opcache implementation will simply return a non-interned string.