I need to install the latest one here: https://pecl.php.net/package/memcached
So in our Ubuntu server, I do:
apt-get install php-memcached
But this installs 3.0.1
Searching (apt-cache) for "memcached" reveals nothing extra
So... Do I need to add a new repository? Or do it manually somehow?
So in our Ubuntu server, I do:
apt-get install php-memcached
But this installs 3.0.1
Searching (apt-cache) for "memcached" reveals nothing extra
So... Do I need to add a new repository? Or do it manually somehow?
Comment