1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Update default values for opcache.jit settings (#4900)

This commit is contained in:
Luffy
2025-10-12 09:07:02 +08:00
committed by GitHub
parent 4947a993e6
commit f90b26b377
2 changed files with 7 additions and 4 deletions

View File

@@ -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") {

View File

@@ -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>