Problem adding Memcached support in Docker for PHP8.1 using bookworm
I have a Dockerfile relying on PHP:8.1-apache, running since months. Once PHP:8.1-apache started to use Debian bookworm, the memcached client started to give an error while building the image. The Dockerfile rows involved are FROM php:8.1-apache ... RUN apt-get update…