]> granicus.if.org Git - php/commit
Fix failing VirtualProtect() calls
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 2 Dec 2020 14:06:30 +0000 (15:06 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 2 Dec 2020 15:51:50 +0000 (16:51 +0100)
commit72cd5793beea990af7b13013f50e91a6ea45c728
tree8a82e1b53ed44f5e50e10ceba6ec491360909670
parent9dda22bd1e4568cde1114e0d80c39ce211e15025
Fix failing VirtualProtect() calls

Whenever JIT is disabled due to incompatibilities, we also need to set
`JIT_G(on)` to zero.

Closes GH-6470.
ext/opcache/jit/zend_jit.c