Memchaced-Dashboard
Memchaced-Dashboard copied to clipboard
Doesn't work with the "Memcached" class
Hey, PHP changed from the classname "Memcache" to "Memcached" - and your script doesn't work anymore.
Also, it seems like Memcached now has a couple of different function names so simply changing the constructor method call doesnt work sadly :)
+1
+1
+1
+1
These are separate extensions. Memcache and Memcached. Just install memcache to make it work again.
But, memcached is newer and would be nice to have.