View Single Post
  #2  
Old 15th September 2009, 13:50
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
It should be something like:

1) ./configure with --enable-memcache

2) pecl install memcache

3) Add extension=memcache.so to your php.ini

4) Restart apache
Reply With Quote