install memcached
OS: Ubuntu-14.04 server
PHP: 5.6.8 source build
install memcached with apt-get
1
|
|
verification
1
|
|
install memcache php extension
download source from pecl
1
|
|
install with pecl
1
|
|
There exsists the lib/php/extensions/no-debug-non-zts-XXXXXXX/memcache.so
update the php.ini
add “extension=memcache.so” to php.ini
reload php-fpm server
1
|
|
Check the php.info page, make sure that memcache section exists