I have project with plain php and in some part have $memcache = new Memcache;
I debug and when beginning this line have fatal error - app die I check in my php info I have
memcached
memcached support enabled
Version 2.2.0
libmemcached version 1.0.18
I check
ivan@ivan-PC:/usr/local/bin$ ps aux | grep memcached
ivan 2857 0.0 0.0 22804 960 pts/27 S+ 13:44 0:00 grep --color=auto memcached
memcache 24913 0.0 0.0 325536 2160 ? Ssl 11:55 0:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1
in log
Class 'Memcache' not found
in console I run memcache, but still app die. what need to do check ?