View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001957 | Xdebug | Installation | public | 2021-03-20 08:26 | 2021-03-20 18:35 |
Reporter | Vincent T | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 3.0.3 | ||||
Summary | 0001957: Xdebug and JIT seem incompatible | ||||
Description | Hi Derick, I get this non-blocking error message : As (according to php -m) the only Zend modules are I guess that the module involved is php_xdebug-3.0.3-8.0-vs16-x86_64.dll. Thanks and regards Vincent Tap | ||||
Additional Information | My config : System Windows NT PAPA 10.0 build 19042 (Windows 10) AMD64 | ||||
Tags | No tags attached. | ||||
Operating System | Windows 10 64-bit | ||||
PHP Version | 8.0.0-8.0.4 | ||||
|
That is correct. You can't use PHP 8's JIT engine (as implemented in Opcache) with Xdebug. The JIT engine changes the way how PHP works in an incompatible (and un-fixable) way with Xdebug. I've made this clearer in the documentation now: https://xdebug.org/docs/compat#compat |