docker-php icon indicating copy to clipboard operation
docker-php copied to clipboard

Ensure `php-redis` is working with PHP 8.2

Open jaydrogers opened this issue 3 years ago • 0 comments

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

  1. Add php8.2-redis to the packages file (https://github.com/serversideup/docker-php/blob/dev/src/cli/php-version-packages/8.2.txt)
  2. Attempt to build the image

Host Operating System

Ubuntu 22.04

Docker Version

N/A

Anything else?

No response

jaydrogers avatar Sep 27 '22 22:09 jaydrogers