reference/iconv/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -16,24 +16,24 @@
16
16
<entry>&Changelog;</entry>
17
17
</row>
18
18
</thead>
19
-
<tbody>
19
+
<tbody xml:id="iconv.configuration.list">
20
20
<row>
21
21
<entry><link linkend="ini.iconv.input-encoding">iconv.input_encoding</link></entry>
22
22
<entry>""</entry>
23
-
<entry>PHP_INI_ALL</entry>
24
-
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
23
+
<entry><constant>INI_ALL</constant></entry>
24
+
<entry>Deprecated in PHP 5.6.0.</entry>
25
25
</row>
26
26
<row>
27
27
<entry><link linkend="ini.iconv.output-encoding">iconv.output_encoding</link></entry>
28
28
<entry>""</entry>
29
-
<entry>PHP_INI_ALL</entry>
30
-
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
29
+
<entry><constant>INI_ALL</constant></entry>
30
+
<entry>Deprecated in PHP 5.6.0.</entry>
31
31
</row>
32
32
<row>
33
33
<entry><link linkend="ini.iconv.internal-encoding">iconv.internal_encoding</link></entry>
34
34
<entry>""</entry>
35
-
<entry>PHP_INI_ALL</entry>
36
-
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
35
+
<entry><constant>INI_ALL</constant></entry>
36
+
<entry>Deprecated in PHP 5.6.0.</entry>
37
37
</row>
38
38
</tbody>
39
39
</tgroup>
...
...
@@ -60,7 +60,7 @@
60
60
&warn.deprecated.feature-5-6-0;
61
61
<para>
62
62
PHP 5.6 and later users should leave this empty and set
63
-
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
63
+
<link linkend="ini.input-encoding">input_encoding</link>
64
64
instead.
65
65
</para>
66
66
</listitem>
...
...
@@ -74,7 +74,7 @@
74
74
&warn.deprecated.feature-5-6-0;
75
75
<para>
76
76
PHP 5.6 and later users should leave this empty and set
77
-
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
77
+
<link linkend="ini.output-encoding">output_encoding</link>
78
78
instead.
79
79
</para>
80
80
</listitem>
81
81