1 (edited by blondie63 2014-06-27 19:03:19)

Topic: PHP 5.5.11 & ImageMagick

I've a VM with CentOS 6.5 & PHP 5.5.11
I've ImageMagick 6.5.4-7 , php-pecl-imagick and seems to be not PHP 5.5.11 compatible

Someone can help me to update ImageMagick to latest version ImageMagick 6.8.9-4 and latest php-pecl-imagick ?
Is there a repository with this updated version ?

Thanks for help

Mauro

Re: PHP 5.5.11 & ImageMagick

In "remi-php55" you have php-pecl-imagick 3.1.2 build with php 5.5 and ImageMagick-last 6.8.9 (in "remi").

So

yum --enablerepo=remi,remi-php55 install php-pecl-imagick
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: PHP 5.5.11 & ImageMagick

I forget to say, you also have php-pecl-imagick 3.2.0RC1 in remi-test.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: PHP 5.5.11 & ImageMagick

Many thanks ! work fine !! smile

Re: PHP 5.5.11 & ImageMagick

great!