Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

PHP 7 mit imagick

Ich habe PHP 7 als zusätzliche PHP-Version nach https://www.howtoforge.com/tutorial/how-to-Install-php-7-on-debian/ installiert. Um PHP7 und Debian Jessie Mit Imagick zu nutzen:

apt-get install libmagickwand-dev libmagickcore-dev
cd /opt/php-7.1/etc
pecl -C ./pear.conf install imagick
echo extension=imagick.so >> php.ini

No tags for this post.


This post first appeared on Florian @it – Mein Persönliches IT-Blog, please read the originial post: here

Share the post

PHP 7 mit imagick

×

Subscribe to Florian @it – Mein Persönliches It-blog

Get updates delivered right to your inbox!

Thank you for your subscription

×