View Issue Details

IDProjectCategoryView StatusLast Update
0002293XdebugUncategorizedpublic2024-10-08 15:15
ReporterOtomatic Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
OSWindows 11 OS Version23H2 
Product Version3.4.0beta1 
Summary0002293: 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

TagsNo tags attached.
Operating System
PHP Version8.3.5-8.3.9

Activities

derick

2024-10-08 15:15

administrator   ~0007059

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: opcache.jit=disable.

Issue History

Date Modified Username Field Change
2024-10-07 07:46 Otomatic New Issue
2024-10-08 15:15 derick Assigned To => derick
2024-10-08 15:15 derick Status new => resolved
2024-10-08 15:15 derick Resolution open => no change required
2024-10-08 15:15 derick Note Added: 0007059