This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
How to Install Memcached for PHP#
If you get the errors:
opcode memcached greyed out in W3 SuperCache Plugin or checking for the location of zlib... configure error memcache support requires zlib#
- yum install memcache
- yum install php-devel
- yum install openssl-devel
- yum install php-pear
- pecl install memcached
- vi /etc/php.ini, add "extension=memcache.so" to the file
- chkconfig memcached on
- service memcached start
- service httpd restart
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-6) was last changed on 24-Oct-2011 10:33 by Hyve Support