reference/imagick/setup.xml
2272b929a19c63d1fbdf16a87ddbbb28a28fd833
...
...
@@ -7,20 +7,10 @@
7
7
<!-- {{{ Requirements -->
8
8
<section xml:id="imagick.requirements">
9
9
&reftitle.required;
10
-
<section xml:id="imagick.requirements.windows">
11
-
<title>Installation requirements on Windows</title>
12
-
<para>
13
-
Version information does not differ from that above. There are binaries
14
-
available from &url.imagemagick;
15
-
so that you can load this extension on <emphasis>Windows</emphasis>
16
-
without need for a compiler.
17
-
</para>
18
-
</section>
19
-

20
10
<section xml:id="imagick.requirements.nix">
21
-
<title>Installation requirements on other platforms</title>
11
+
<title>Installation requirements on non-Windows platforms</title>
22
12
<para>
23
-
PHP &gt;= 5.1.3 and ImageMagick &gt;= 6.2.4 is required. The amount of
13
+
ImageMagick &gt;= 6.2.4 is required. The amount of
24
14
file formats supported by Imagick depends entirely upon the amount
25
15
of formats supported by your ImageMagick installation. For example,
26
16
Imagemagick requires ghostscript to conduct PDF operations.
...
...
@@ -44,6 +34,14 @@
44
34
</note>
45
35
<para>
46
36
Windows users can download prebuilt DLL from the <link xlink:href="&url.pecl.windows.releases;imagick">PECL</link> website.
37
+
These packages already contain the extension DLL (<filename>php_imagick.dll</filename>)
38
+
which needs to be put into the <link linkend="ini.extension-dir">extension_dir</link>.
39
+
They also contain the ImageMagick DLLs, which need to be put somewhere in the <envar>PATH</envar>.
40
+
As of Imagick 3.6.0, they also contain XML configuration files in <filename>config</filename>;
41
+
to use these instead of the built-in defaults, they need to put into <literal>%USERPROFILE%/.config/ImageMagick</literal>,
42
+
or alternatively in the path given by the environment variable <envar>MAGICK_CONFIGURE_PATH</envar>.
43
+
Refer to the <link xlink:href="&url.imagemagick;script/resources.php">ImageMagick configuration files documentation</link>
44
+
for further details.
47
45
</para>
48
46
</section>
49
47
<!-- }}} -->
50
48