While my alleged fix does make Imagick available within PHP (according to
phpinfo()), class Imagick remains undefined.
I have opted for the PECL install for now. Hopefully this is remedied soon.
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "u
It seems there is a simple fix for this. The imagick.so file is installed
properly, but what I found was that the PHP configuration file is not.
Simply create file imagick.ini in directory /etc/php5/conf.d with contents just
this one line:
extension=imagick.so
All this assumes you're on a Debi
2 matches
Mail list logo