mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
update imagick info. php4 -> pecl.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112768 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2d5ef013e9
commit
cc90a20de5
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<sect3 id="install.configure.options.graphics">
|
||||
<title>Graphics options</title>
|
||||
<variablelist>
|
||||
|
@ -19,8 +19,13 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ImageMagick support. DIR is the install directory, and if left out, PHP will
|
||||
try to find it on its own. [experimental]. PHP 3 only!
|
||||
The imagick extension has been moved to PECL in PEAR and can be found
|
||||
<ulink url="&url.php.pear;imagick">here</ulink>. Install instructions
|
||||
for PHP 4 can be found on the PEAR site.
|
||||
</para>
|
||||
<para>
|
||||
Simply doing <literal>--with-imagick</literal> is only supported
|
||||
in PHP 3 unless you follow the instructions found on the PEAR site.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue