K
K
Khurshed Abdujalil2017-12-18 16:37:51
PHP
Khurshed Abdujalil, 2017-12-18 16:37:51

How to install memcached for php5.6 on ubuntu 16.04?

php7 was installed, because of one project I had to install php5.6 in parallel, now when trying to install memcached it is set for php7
"Note, instead of" php5.6-memcache ", "php-memcache" is selected"
and after this installation Memcached for the project does not work which is on php5.6. On php7 memcahed works fine, how to install in parallel for 5.6?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
obvilion, 2017-12-18
@obvilion

sudo apt-get install php5-memcached
Or
sudo apt-get install php5.6-memcached

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question