Can anyone advise me if it is possible to install the Imagick PHP extension on CentOS 5, running PHP 5.3, and if so, how?
When I try to use pecl to install Imagick using
sudo pecl install imagick
I get an error stating that the package requires PHP greater than 5.4
I realise that I am working with a fairly old system but that's unavoidable at the moment. Is it possible to get a version that will run with PHP5.3?