reference/filesystem/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,44 +19,44 @@
19
19
<row>
20
20
<entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
21
21
<entry>"1"</entry>
22
-
<entry>PHP_INI_SYSTEM</entry>
22
+
<entry><constant>INI_SYSTEM</constant></entry>
23
23
<entry></entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.allow-url-include">allow_url_include</link></entry>
27
27
<entry>"0"</entry>
28
-
<entry>PHP_INI_SYSTEM</entry>
29
-
<entry>Available since PHP 5.2.0.</entry>
28
+
<entry><constant>INI_SYSTEM</constant></entry>
29
+
<entry>Deprecated as of PHP 7.4.0.</entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.user-agent">user_agent</link></entry>
33
33
<entry>NULL</entry>
34
-
<entry>PHP_INI_ALL</entry>
34
+
<entry><constant>INI_ALL</constant></entry>
35
35
<entry></entry>
36
36
</row>
37
37
<row>
38
38
<entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
39
39
<entry>"60"</entry>
40
-
<entry>PHP_INI_ALL</entry>
40
+
<entry><constant>INI_ALL</constant></entry>
41
41
<entry></entry>
42
42
</row>
43
43
<row>
44
44
<entry><link linkend="ini.from">from</link></entry>
45
45
<entry>""</entry>
46
-
<entry>PHP_INI_ALL</entry>
46
+
<entry><constant>INI_ALL</constant></entry>
47
47
<entry></entry>
48
48
</row>
49
49
<row>
50
50
<entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
51
51
<entry>"0"</entry>
52
-
<entry>PHP_INI_ALL</entry>
53
-
<entry></entry>
52
+
<entry><constant>INI_ALL</constant></entry>
53
+
<entry>Deprecated as of PHP 8.1.0.</entry>
54
54
</row>
55
55
<row>
56
56
<entry><link linkend="ini.sys-temp-dir">sys_temp_dir</link></entry>
57
57
<entry>""</entry>
58
-
<entry>PHP_INI_SYSTEM</entry>
59
-
<entry>Available since PHP 5.5.0.</entry>
58
+
<entry><constant>INI_SYSTEM</constant></entry>
59
+
<entry></entry>
60
60
</row>
61
61
</tbody>
62
62
</tgroup>
...
...
@@ -70,7 +70,7 @@
70
70
<varlistentry xml:id="ini.allow-url-fopen">
71
71
<term>
72
72
<parameter>allow_url_fopen</parameter>
73
-
<type>boolean</type>
73
+
<type>bool</type>
74
74
</term>
75
75
<listitem>
76
76
<para>
...
...
@@ -87,7 +87,7 @@
87
87
<varlistentry xml:id="ini.allow-url-include">
88
88
<term>
89
89
<parameter>allow_url_include</parameter>
90
-
<type>boolean</type>
90
+
<type>bool</type>
91
91
</term>
92
92
<listitem>
93
93
<para>
...
...
@@ -118,11 +118,12 @@
118
118
<varlistentry xml:id="ini.default-socket-timeout">
119
119
<term>
120
120
<parameter>default_socket_timeout</parameter>
121
-
<type>integer</type>
121
+
<type>int</type>
122
122
</term>
123
123
<listitem>
124
124
<para>
125
125
Default timeout (in seconds) for socket based streams.
126
+
Specifying a negative value means an infinite timeout.
126
127
</para>
127
128
</listitem>
128
129
</varlistentry>
...
...
@@ -144,7 +145,7 @@
144
145
<varlistentry xml:id="ini.auto-detect-line-endings">
145
146
<term>
146
147
<parameter>auto_detect_line_endings</parameter>
147
-
<type>boolean</type>
148
+
<type>bool</type>
148
149
</term>
149
150
<listitem>
150
151
<para>
151
152