reference/imagick/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -19,19 +19,19 @@
19
19
<row>
20
20
<entry><link linkend="ini.imagick.locale-fix">imagick.locale_fix</link></entry>
21
21
<entry>&false;</entry>
22
-
<entry>PHP_INI_ALL</entry>
22
+
<entry><constant>INI_ALL</constant></entry>
23
23
<entry>Available since Imagick 2.1.0</entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.imagick.progress-monitor">imagick.progress_monitor</link></entry>
27
27
<entry>&false;</entry>
28
-
<entry>PHP_INI_SYSTEM</entry>
28
+
<entry><constant>INI_SYSTEM</constant></entry>
29
29
<entry>Available since Imagick 2.2.2</entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.imagick.skip-version-check">imagick.skip_version_check</link></entry>
33
33
<entry>&false;</entry>
34
-
<entry>PHP_INI_SYSTEM</entry>
34
+
<entry><constant>INI_SYSTEM</constant></entry>
35
35
<entry>Available since Imagick 3.3.0</entry>
36
36
</row>
37
37
</tbody>
...
...
@@ -47,7 +47,7 @@
47
47
<varlistentry xml:id="ini.imagick.locale-fix">
48
48
<term>
49
49
<parameter>imagick.locale_fix</parameter>
50
-
<type>boolean</type>
50
+
<type>bool</type>
51
51
</term>
52
52
<listitem>
53
53
<para>
...
...
@@ -60,7 +60,7 @@
60
60
<varlistentry xml:id="ini.imagick.progress-monitor">
61
61
<term>
62
62
<parameter>imagick.progress_monitor</parameter>
63
-
<type>boolean</type>
63
+
<type>bool</type>
64
64
</term>
65
65
<listitem>
66
66
<para>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="ini.imagick.skip-version-check">
74
74
<term>
75
75
<parameter>imagick.skip_version_check</parameter>
76
-
<type>boolean</type>
76
+
<type>bool</type>
77
77
</term>
78
78
<listitem>
79
79
<para>
80
80