-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
JIT has been introduced in PHP 8.0. There is no information in opcache-gui if JIT is enabled or disabled. Even if JIT is disabled on the right side I see jit buffer (Tested on 8.2.11)
Fix: Condition should be !empty($status['jit']['enabled'])
Line 420 in edbcbbe
| if ($overview && !empty($status['jit'])) { |
Is any way to add additional information for PHP >= 8.0 if JIT is Enabled/Disabled in General info tab?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels