]> granicus.if.org Git - php/commit
Fixed bug #62294
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 10:54:02 +0000 (12:54 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 10:54:02 +0000 (12:54 +0200)
commitc439f1fa6a724bfd988d3832f6dc9faece4ea657
treed5be0302da75a22791c5e2c59bf186f03324ff4d
parent7c3e487289ec41e560cf7a77e36eb43da2234f33
Fixed bug #62294

The primary issue was already resolved in 7c3e487289ec41e560cf7a77e36eb43da2234f33,
but the particular example used in this bug report ran into an
additional issue on PHP 8, because I forgot to drop a number of
zend_bailout calls when switch require failure to throw.
NEWS
Zend/zend_language_scanner.l
ext/opcache/ZendAccelerator.c
sapi/cli/tests/bug62294.inc [new file with mode: 0644]
sapi/cli/tests/bug62294.phpt [new file with mode: 0644]
sapi/phpdbg/phpdbg_list.c