joseluisq / alpine-php-fpm

Lightweight & optimized Multi-Arch Docker Images (x86_64/arm/arm64) for PHP-FPM (PHP 8.1, 8.2, 8.3) with essential extensions on top of latest Alpine Linux. :elephant:
Apache License 2.0
185 stars 46 forks source link

PHP v8.2.0 support #19

Closed joseluisq closed 1 year ago

joseluisq commented 1 year ago

This PR introduces a new PHP 8.2 Docker image and verifies/disables (temporarily) extensions that are not supported yet.

niden commented 1 year ago

@joseluisq Note Phalcon is not yet ready for 8.2.0. You might want to deactivate that for now so as not to delay this PR. We can ping you when we are ready for 8.2

joseluisq commented 1 year ago

@niden good to know, yes I will have a look at every extension to see if they have support for.