File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ $foo = True; // assign the value TRUE to $foo
35
35
<programlisting role =" php" >
36
36
<![CDATA[
37
37
<?php
38
+ $action = "show_version";
39
+ $show_separators = true;
40
+
38
41
// == is an operator which tests
39
42
// equality and returns a boolean
40
43
if ($action == "show_version") {
Original file line number Diff line number Diff line change 259
259
</row >
260
260
<row >
261
261
<entry ><link linkend =" ini.opcache.jit" >opcache.jit</link ></entry >
262
- <entry >"tracing "</entry >
262
+ <entry >"disable "</entry >
263
263
<entry ><constant >INI_ALL</constant ></entry >
264
- <entry >Available as of PHP 8.0.0</entry >
264
+ <entry >Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was "tracing". </entry >
265
265
</row >
266
266
<row >
267
267
<entry ><link linkend =" ini.opcache.jit-buffer-size" >opcache.jit_buffer_size</link ></entry >
268
- <entry >0 </entry >
268
+ <entry >64M </entry >
269
269
<entry ><constant >INI_SYSTEM</constant ></entry >
270
- <entry >Available as of PHP 8.0.0</entry >
270
+ <entry >Available as of PHP 8.0.0. Prior to PHP 8.4.0, the default value was 0. </entry >
271
271
</row >
272
272
<row >
273
273
<entry ><link linkend =" ini.opcache.jit-debug" >opcache.jit_debug</link ></entry >
You can’t perform that action at this time.
0 commit comments