]> granicus.if.org Git - php/commit
Remove support for EXT_NOP
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 18 Sep 2020 09:02:51 +0000 (11:02 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 18 Sep 2020 09:03:08 +0000 (11:03 +0200)
commit34bb5ba2ea1db1e4b4bad991fdcf436c688dd54d
treea7eda678e4089680ef6ec5b329cb860edcbe8c07
parent9e94bcfdbc8e4b0be0273896b4ea8fb2efdc0833
Remove support for EXT_NOP

This is an annoying edge case that regularly gets broken. As we're
not aware of significant users of this API, and there are other
ways to hook this, remove support for EXT_NOP.
UPGRADING.INTERNALS
Zend/zend_compile.c
Zend/zend_execute.c
ext/opcache/Optimizer/compact_literals.c
ext/opcache/Optimizer/dce.c
ext/opcache/Optimizer/zend_cfg.c
ext/opcache/jit/zend_jit.c
ext/opcache/jit/zend_jit_trace.c
ext/opcache/jit/zend_jit_x86.dasc
sapi/phpdbg/phpdbg.c