1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
Files
archived-php-src/ext/opcache
twosee fc64a7bef4 Ignore some opcodes in JIT check
Some user opcode handler actually gets called when JIT is used, so do not disable JIT even if these user opcode handlers were registered, just ignore them.

ZEND_EXIT can help Swoole to detect exit/die operation and exit from the current coroutine and record exit_status correctly.
ZEND_*_SILENCE can help Swoole to switch EG(error_reporting) to keep the right behavior when using the error control operator.
So we ignore ZEND_EXIT, ZEND_BEGIN_SILENCE, ZEND_END_SILENCE in JIT check here.

Closes GH-6640.
2021-04-06 11:58:20 +08:00
..
2021-04-06 11:58:20 +08:00
2021-04-06 11:58:20 +08:00
2021-01-28 10:38:25 +01:00
2021-03-05 16:44:25 +01:00
2019-02-05 10:33:28 +03:00
2021-03-05 15:09:26 +01:00
2019-02-05 10:33:28 +03:00
2021-03-17 19:08:03 +01:00
2021-02-09 22:53:57 +03:00
2021-02-09 22:53:57 +03:00