Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2534  / 2 Years ago, sun, september 4, 2022, 10:25:56

The issue is this. I have several servers all running the php5-memcache extension on Ubuntu 12.04. The PHP documentation (on php.net) has several functions like cas that are not part of the default php5-extension on 12.04. The class doe have get, put, add, delete and I think extendedStats or something like that. While I haven't tried every other method of the class listed at php.net all of the other methods I have tried fail.



I assume this is because Ubuntu is using an old or modified version of the memcache class for 12.04.



So how do I fix that? Does anyone know if this is "fixed" in 14.04?


More From » 12.04

 Answers
6

Fairly common issue in my experience, you actually want php5-memcached (note the d on the end). This should install it and remove the confusingly awful php5-memcache:



sudo apt-get install php5-memcached php5-memcache-

[#25585] Monday, September 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
icielight

Total Points: 158
Total Questions: 92
Total Answers: 93

Location: San Marino
Member since Thu, Jun 30, 2022
2 Years ago
icielight questions
;