reference/com/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,43 +19,43 @@
19
19
<row>
20
20
<entry><link linkend="ini.com.allow-dcom">com.allow_dcom</link></entry>
21
21
<entry>"0"</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.com.autoregister-typelib">com.autoregister_typelib</link></entry>
27
27
<entry>"0"</entry>
28
-
<entry>PHP_INI_ALL</entry>
28
+
<entry><constant>INI_ALL</constant></entry>
29
29
<entry></entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.com.autoregister-verbose">com.autoregister_verbose</link></entry>
33
33
<entry>"0"</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.com.autoregister-casesensitive">com.autoregister_casesensitive</link></entry>
39
39
<entry>"1"</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.com.code-page">com.code_page</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.com.dotnet-version">com.dotnet_version</link></entry>
51
51
<entry>""</entry>
52
-
<entry>PHP_INI_SYSTEM</entry>
52
+
<entry><constant>INI_SYSTEM</constant></entry>
53
53
<entry>As of PHP 8.0.0</entry>
54
54
</row>
55
55
<row>
56
56
<entry><link linkend="ini.com.typelib-file">com.typelib_file</link></entry>
57
57
<entry>""</entry>
58
-
<entry>PHP_INI_SYSTEM</entry>
58
+
<entry><constant>INI_SYSTEM</constant></entry>
59
59
<entry></entry>
60
60
</row>
61
61
</tbody>
...
...
@@ -91,8 +91,8 @@
91
91
the typelibrary of <classname>COM</classname> objects that it instantiates, if those objects
92
92
implement the interfaces required to obtain that information.
93
93
The case sensitivity of the constants it registers is controlled by the
94
-
<xref
95
-
linkend="ini.com.autoregister-casesensitive"/> configuration directive.
94
+
<link
95
+
linkend="ini.com.autoregister-casesensitive">com.autoregister_casesensitive</link> &php.ini; directive.
96
96
</para>
97
97
</listitem>
98
98
</varlistentry>
99
99