reference/var/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -5,7 +5,7 @@
5
5
&extension.runtime;
6
6
<para>
7
7
<table>
8
-
<title> Variables Configuration Options</title>
8
+
<title>Variables Configuration Options</title>
9
9
<tgroup cols="4">
10
10
<thead>
11
11
<row>
...
...
@@ -15,12 +15,18 @@
15
15
<entry>&Changelog;</entry>
16
16
</row>
17
17
</thead>
18
-
<tbody>
18
+
<tbody xml:id="unserialize.configuration.list">
19
19
<row>
20
20
<entry><link linkend="ini.unserialize-callback-func">unserialize_callback_func</link></entry>
21
-
<entry>NULL</entry>
22
-
<entry>PHP_INI_ALL</entry>
23
-
<entry>Available since PHP 4.2.0.</entry>
21
+
<entry>&null;</entry>
22
+
<entry><constant>INI_ALL</constant></entry>
23
+
<entry></entry>
24
+
</row>
25
+
<row>
26
+
<entry><link linkend="ini.unserialize-max-depth">unserialize_max_depth</link></entry>
27
+
<entry>"4096"</entry>
28
+
<entry><constant>INI_ALL</constant></entry>
29
+
<entry>Available as of PHP 7.4.0.</entry>
24
30
</row>
25
31
</tbody>
26
32
</tgroup>
...
...
@@ -45,7 +51,24 @@
45
51
define the missing class.
46
52
</para>
47
53
<para>
48
-
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Objects</link>.
54
+
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Classes</link>.
55
+
</para>
56
+
</listitem>
57
+
</varlistentry>
58
+
<varlistentry xml:id="ini.unserialize-max-depth">
59
+
<term xml:id="unserialize-max-depth">
60
+
<parameter>unserialize_max_depth</parameter>
61
+
<type>int</type>
62
+
</term>
63
+
<listitem>
64
+
<para>
65
+
The maximum depth of structures permitted during unserialization when
66
+
using <function>unserialize</function>, and is intended to prevent stack
67
+
overflows. This can be disabled by setting
68
+
<literal>unserialize_max_depth=0</literal>.
69
+
</para>
70
+
<para>
71
+
See also <function>unserialize</function> and <link linkend="language.oop5.autoload">Autoloading Classes</link>.
49
72
</para>
50
73
</listitem>
51
74
</varlistentry>
52
75