Thread: Project U-232
View Single Post
  #143  
Old 11th October 2011, 16:35
wellqfk wellqfk is offline
Member
 
Join Date: Oct 2011
P2P
Posts: 8
Default
Quote:
Originally Posted by Optix View Post
Memcached is installed, but it's easy to forget the PHP extension

You can install it easily with yum :
yum install php-memcache
or
yum install php5-memcache
currect is: yum install php-pecl-memcache
intall and not work, same error

And problem:


Newer PHP versions don't have a --enable-memcache options; simply installing the PECL package will be enough... so to be absolutely clear, you WON'T have to recompile PHP to use memcache. That paragraph above seems like a bad case of earlier version documentation editing.