amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
540 stars 40 forks source link

[Package Request] - php-pecl-imagick #207

Open sunaoka opened 2 years ago

sunaoka commented 2 years ago

What package is missing from Amazon Linux 2022? Please describe and include package name.

php-pecl-imagick

Is this an update to existing package or new package request?

New package request.

Is this package available in Amazon Linux 2?

Yes.

Number of users impacted

More than 1 million users we serve.

rbpltr commented 2 years ago

I've been getting around this by using:

dnf install -y gcc make ImageMagick-devel php-{devel,pear}
pecl channel-update pecl.php.net
pear config-set php_ini /etc/php.ini
yes '' | pecl install imagick

I'm hoping for a cleaner, more robust way!

singhpaul commented 1 year ago

+1. We'd also like to see this package included.

chrisking commented 2 months ago

+1 for this being useful. Also given it was in earlier php releases it makes sense to add it as part of the standard bundle that rolls out with new version support.