View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002293 | Xdebug | Uncategorized | public | 2024-10-07 07:46 | 2024-10-08 15:15 |
Reporter | Otomatic | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
OS | Windows 11 | OS Version | 23H2 | ||
Product Version | 3.4.0beta1 | ||||
Summary | 0002293: PHP Warning: JIT is incompatible with third party extensions | ||||
Description | Switch from PHP 8.3.12 to PHP 8.4.0RC1 on Wampserver there this warning on php_error.log: [07-Oct-2024 07:33:42 UTC] PHP Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.3.5-8.3.9 | ||||
|
This is known, and expected: https://xdebug.org/docs/compat#compat Using a debugging (development) tool and running JIT (a production feature) at the same time does not make a lot of sense. Your best bet to silence the warning, is to turn off PHP 8.4's JIT in php.ini: |