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
opcache: re-enable PASS_15 (constant collection) by default
Disabled in Dec 2015 (940c68b, 4070279) to fix bug #71127.
define() and attributed constants are blocked from inlining via a
sentinel entry. define() can be overridden at runtime (bug #71127)
and attributed constants need to fire at access time. The sentinel
also prevents inlining of any subsequent const redeclaration of the
same name.
Adds zend_optimizer_block_constant() for sentinel logic.
0 commit comments