philip Sun Jan 19 22:36:20 2003 EDT Modified files: /phpdoc/en/chapters install.configure.graphics.xml Log: update imagick info. php4 -> pecl. Index: phpdoc/en/chapters/install.configure.graphics.xml diff -u phpdoc/en/chapters/install.configure.graphics.xml:1.3 phpdoc/en/chapters/install.configure.graphics.xml:1.4 --- phpdoc/en/chapters/install.configure.graphics.xml:1.3 Fri Jan 10 20:20:43 2003 +++ phpdoc/en/chapters/install.configure.graphics.xml Sun Jan 19 22:36:20 2003 @@ -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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php