amazonlinux / amazon-linux-2023

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

[Package Request] - php-pecl-apcu #206

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-apcu

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 1 year ago

I've been getting around this by using:

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

Same for the Redis extension. I'm hoping for a cleaner, more robust way!

dottodot commented 1 year ago

Are there any plans to add this?

daniejstriata commented 9 months ago

I need this for mediawiki.