docker-php
docker-php copied to clipboard
Ensure `php-redis` is working with PHP 8.2
Affected Docker Images
- 8.2*
Current Behavior
php8.2-redis had to be removed in order to build the 8.2 images.
More detail
https://github.com/serversideup/docker-php/issues/60#issuecomment-1259916253
Expected Behavior
PHP-Redis should be supported by default in our 8.2 images
Steps To Reproduce
- Add
php8.2-redisto the packages file (https://github.com/serversideup/docker-php/blob/dev/src/cli/php-version-packages/8.2.txt) - Attempt to build the image
Host Operating System
Ubuntu 22.04
Docker Version
N/A
Anything else?
No response