I have upgraded Ubuntu from 20.04 to 24.04 and i have several versions of php installed on my server
sudo update-alternatives --config php
Image may be NSFW.
Clik here to view.
So the problem is that i cant install php-memcached on php7.4 version
I tried
apt install php7.4-memcached
but it gives errorE: Unable to locate package php7.4-memcached E: Couldn't find any package by glob 'php7.4-memcached'
After this, i triedapt install php-memcached
apt-cache search memcached | grep PHP
gives this:
Image may be NSFW.
Clik here to view.
The problem is that it is installing memcached extension only for php 8.3
How to force php-memcached to install for PHP 7.3 ?