[DOC-CVS] [doc-en] master: Update default values for opcache.jit settings (#4900)
[email protected] (Luffy via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-10-12T09:07:02+08:00
Commit: https://github.com/php/doc-en/commit/f90b26b377a61c76c0f64028e47553e550411d08
Raw diff: https://github.com/php/doc-en/commit/f90b26b377a61c76c0f64028e47553e550411d08.diff
Update default values for opcache.jit settings (#4900)
Changed paths:
M language/types/boolean.xml
M reference/opcache/ini.xml
Diff:
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
<programlisting role="php">
<![CDATA[
<?php
+$action = "show_version";
+$show_separators = true;
+
// == is an operator which tests
// equality and returns a boolean
if ($action == "show_version") {
diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml
index 1ffeea399538..d4e803d79988 100644
--- a/reference/opcache/ini.xml
+++ b/reference/opcache/ini.xml
@@ -259,15 +259,15 @@
</row>
<row>
<entry><link linkend="ini.opcache.jit">opcache.jit</link></entry>
- <entry>"tracing"</entry>
+ <entry>"disable"</entry>
<entry><constant>INI_ALL</constant></entry>
- <entry>Available as of PHP 8.0.0</entry>
+ <entry>Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was "tracing".</entry>
</row>
<row>
<entry><link linkend="ini.opcache.jit-buffer-size">opcache.jit_buffer_size</link></entry>
- <entry>0</entry>
+ <entry>64M</entry>
<entry><constant>INI_SYSTEM</constant></entry>
- <entry>Available as of PHP 8.0.0</entry>
+ <entry>Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was 0.</entry>
</row>
<row>
<entry><link linkend="ini.opcache.jit-debug">opcache.jit_debug</link></entry>