From 1cc09ba43c3fd9d02dacd5d506c5ea70d819b99c Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Sun, 5 Oct 2025 17:44:47 +0800 Subject: [PATCH] Update default values for opcache.jit settings --- language/types/boolean.xml | 3 +++ reference/opcache/ini.xml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/language/types/boolean.xml b/language/types/boolean.xml index f7864515456b..0b196a2f4396 100644 --- a/language/types/boolean.xml +++ b/language/types/boolean.xml @@ -35,6 +35,9 @@ $foo = True; // assign the value TRUE to $foo opcache.jit - "tracing" + "disable" INI_ALL - Available as of PHP 8.0.0 + Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was "tracing". opcache.jit_buffer_size - 0 + 64M INI_SYSTEM - Available as of PHP 8.0.0 + Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was 0. opcache.jit_debug