reference/filesystem/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,38 +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>
23
-
<entry>PHP_INI_ALL in PHP &lt;= 4.3.4. Available since PHP 4.0.4.</entry>
22
+
<entry><constant>INI_SYSTEM</constant></entry>
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>
35
-
<entry>Available since PHP 4.3.0.</entry>
34
+
<entry><constant>INI_ALL</constant></entry>
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>
41
-
<entry>Available since PHP 4.3.0.</entry>
40
+
<entry><constant>INI_ALL</constant></entry>
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>Available since PHP 4.3.0.</entry>
52
+
<entry><constant>INI_ALL</constant></entry>
53
+
<entry>Deprecated as of PHP 8.1.0.</entry>
54
+
</row>
55
+
<row>
56
+
<entry><link linkend="ini.sys-temp-dir">sys_temp_dir</link></entry>
57
+
<entry>""</entry>
58
+
<entry><constant>INI_SYSTEM</constant></entry>
59
+
<entry></entry>
54
60
</row>
55
61
</tbody>
56
62
</tgroup>
...
...
@@ -64,7 +70,7 @@
64
70
<varlistentry xml:id="ini.allow-url-fopen">
65
71
<term>
66
72
<parameter>allow_url_fopen</parameter>
67
-
<type>boolean</type>
73
+
<type>bool</type>
68
74
</term>
69
75
<listitem>
70
76
<para>
...
...
@@ -75,31 +81,13 @@
75
81
<link linkend="ref.zlib">zlib</link> may register additional
76
82
wrappers.
77
83
</para>
78
-
<note>
79
-
<para>
80
-
This option was introduced immediately after the release of version
81
-
4.0.3. For versions up to and including 4.0.3 you can only disable this
82
-
feature at compile time by using the configuration switch
83
-
<link linkend="configure.disable-url-fopen-wrapper"><parameter>
84
-
--disable-url-fopen-wrapper</parameter></link>.
85
-
</para>
86
-
</note>
87
-
<warning>
88
-
<para>
89
-
On Windows versions prior to PHP 4.3.0, the following functions do not
90
-
support remote file accessing: <function>include</function>,
91
-
<function>include_once</function>, <function>require</function>,
92
-
<function>require_once</function> and the imagecreatefromXXX
93
-
functions in the <xref linkend="ref.image"/> extension.
94
-
</para>
95
-
</warning>
96
84
</listitem>
97
85
</varlistentry>
98
86

99
87
<varlistentry xml:id="ini.allow-url-include">
100
88
<term>
101
89
<parameter>allow_url_include</parameter>
102
-
<type>boolean</type>
90
+
<type>bool</type>
103
91
</term>
104
92
<listitem>
105
93
<para>
...
...
@@ -130,17 +118,13 @@
130
118
<varlistentry xml:id="ini.default-socket-timeout">
131
119
<term>
132
120
<parameter>default_socket_timeout</parameter>
133
-
<type>integer</type>
121
+
<type>int</type>
134
122
</term>
135
123
<listitem>
136
124
<para>
137
125
Default timeout (in seconds) for socket based streams.
126
+
Specifying a negative value means an infinite timeout.
138
127
</para>
139
-
<note>
140
-
<simpara>
141
-
This configuration option was introduced in PHP 4.3.0
142
-
</simpara>
143
-
</note>
144
128
</listitem>
145
129
</varlistentry>
146
130

...
...
@@ -161,7 +145,7 @@
161
145
<varlistentry xml:id="ini.auto-detect-line-endings">
162
146
<term>
163
147
<parameter>auto_detect_line_endings</parameter>
164
-
<type>boolean</type>
148
+
<type>bool</type>
165
149
</term>
166
150
<listitem>
167
151
<para>
...
...
@@ -175,13 +159,20 @@
175
159
because people using carriage-returns as item separators under
176
160
Unix systems would experience non-backwards-compatible behaviour.
177
161
</para>
178
-
<note>
179
-
<simpara>
180
-
This configuration option was introduced in PHP 4.3.0
181
-
</simpara>
182
-
</note>
183
162
</listitem>
184
163
</varlistentry>
164
+
165
+
<varlistentry xml:id="ini.sys-temp-dir">
166
+
<term>
167
+
<parameter>sys_temp_dir</parameter>
168
+
<type>string</type>
169
+
</term>
170
+
<listitem>
171
+
<para>
172
+
</para>
173
+
</listitem>
174
+
</varlistentry>
175
+

185
176
</variablelist>
186
177
</para>
187
178
</section>
188
179