remicollet / remirepo

Issue tracker for

Home Page:https://rpms.remirepo.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[8.1][EL7] php-pecl-imagick-3.4.4 missing

irreleph4nt opened this issue · comments

Hi Remi,

I am having trouble locating the RPM for php-pecl-imagick for PHP version 8.1. All your modular repos prior to 8.1 contain an RPM such as "php-pecl-imagick-3.4.4-17.el7.remi.8.0.rpm", which are also listed on rpmfind for each PHP version from 7.1 to 8.0. Does this RPM not exist for 8.1? Or am I looking for the wrong RPM (i.e. is it not called "3.4.4-17.el7.remi.8.1")? If it does exist, do you mind sharing a link, please?

Any help you can provide is appreciated. Thank you for the work you do!

Kind regards

As explained by the wizard

if you need "foo" extension, yum install php-foo
so for imagick, yum install php-imagick

In this particular case, there is 2 available packages:

If I understand this correctly then php-pecl-imagick-3.4.4 is not available for PHP 8.1. At the same time however that is not a problem as *-im7 and *-im6 provide the same feature. It is just that I have to choose at time of install whether I want v6 or v7, correct?

If I understand this correctly then php-pecl-imagick-3.4.4 is not available for PHP 8.1.

Why do you want 3.4.4, when 3.7.0 is the latest ?

At the same time however that is not a problem as *-im7 and *-im6 provide the same feature.

Not exactly the same.
With v6, some functions are deprecated(ex setImageOpacity)
With v7, deprecated functions are removed, but some additional others are there (ex setImageAlpha)

See https://github.com/Imagick/imagick

It is just that I have to choose at time of install whether I want v6 or v7, correct?

Or let yum do the work

Closing as no activity