1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov d550c8488a Fix unbalanced NEW call_level in JIT
For NEW followed by DO_FCALL, we handle both together and skip
over the DO_FCALL, which means that the call_level for it will
not be decremented. Do so explicitly instead.
2021-07-13 17:59:22 +02:00
..
2021-07-13 17:59:22 +02:00
2021-07-05 14:11:03 +02:00
2021-05-18 15:32:23 +03:00
2021-07-04 23:15:14 +02:00