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:
@@ -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") {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user