From: Nikita Popov Date: Wed, 29 May 2019 10:11:32 +0000 (+0200) Subject: Disable JIT for ext/ffi/tests/200.phpt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7a67c6dcef5c1d07f2cdbdf11ba25166da2d5f0;p=php Disable JIT for ext/ffi/tests/200.phpt JIT assumes that the zend_write callback will not be changed at runtime, which I think is reasonable, so don't run this test under JIT. --- diff --git a/ext/ffi/tests/200.phpt b/ext/ffi/tests/200.phpt index dda77a03a0..fb041022ea 100644 --- a/ext/ffi/tests/200.phpt +++ b/ext/ffi/tests/200.phpt @@ -11,6 +11,7 @@ try { ?> --INI-- ffi.enable=1 +opcache.jit=0 --FILE--