From cc90a20de571f221f74ac06fb887fc04426a292c Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 20 Jan 2003 03:36:20 +0000 Subject: [PATCH] update imagick info. php4 -> pecl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112768 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.configure.graphics.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/chapters/install.configure.graphics.xml b/chapters/install.configure.graphics.xml index 8f4f848b23..6d5b450d98 100644 --- a/chapters/install.configure.graphics.xml +++ b/chapters/install.configure.graphics.xml @@ -1,5 +1,5 @@ - + Graphics options @@ -19,8 +19,13 @@ - 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 + here. Install instructions + for PHP 4 can be found on the PEAR site. + + + Simply doing --with-imagick is only supported + in PHP 3 unless you follow the instructions found on the PEAR site.