I am trying to install the zip module in PHP 8.2, in Amazon Linux 2023. However, either the module is not available or it is a different name than the previous ones.
I have tried.
- sudo yum install php-zip
- sudo yum install php8.2-zip
- sudo yum install php-pecl-zip
Everything I have tried so far responds with "No match for argument..."
When I run the command PHP -m, zip does not show in the list of PHP Modules.
Is there another way I can find the module? If I need to connect to another repo I'll do that.
Any suggestions will be greatly appreciated!
Thanks.