PHP开发实例大全(提高卷) 中文完整pdf扫描版[244MB]
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-6.9.0
./configure --prefix=/usr/local/imagemagickmake && make install
wget http://pecl.php.net/get/imagick-3.1.2.tgz
tar -xzvf imagick-3.1.2.tgz
phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-imagick=/usr/local/imagemagick
make && make install
转载请注明:谷谷点程序 » php配置ImageMagick+imagick