Thread: Project U-232
View Single Post
  #151  
Old 12th October 2011, 17:47
ironcross77's Avatar
ironcross77 ironcross77 is offline
Member
 
Join Date: May 2009
India
Posts: 9
Default
Quote:
Originally Posted by wellqfk View Post
yes restarted and not work memcache
PHP versions 5.3 in php.ini don't have a --enable-memcache
First install memcache

yum install php5-memcache
Restart apache
Then start memcache with proper memory allocation.
Then install peckl and its memcache extension.
In your php.imo add:
extension equals memcache.so
Restart Apache.
Check phpinfo() for memcache module.

I am typing this from my Android and can't seem to find the " equals" sign. Replace accordingly :)