SMEServer memcached PHP

From Realm Business Systems Ltd
Jump to: navigation, search
yum install gcc
yum install zlib-devel
pecl install memcache
cd /etc/e-smith/templates-custom/etc/php.ini
vim 92memcached
extension=memcache.so
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
cat /etc/php.ini
yum remove gcc