Skip to content

JIT buffer tab shows even if JIT is disabled #105

@krzotr

Description

@krzotr

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'])

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions