Andrew Blake wrote:
> Hiya
> My usual configure line doesn't work with 5.2.8 (Worked with 5.2.3) it
> ends in not recognising the --enable-memcache bit?
> Same with 5.2.4. Anyone have any idea what to do?
> Cheers
> Andy

Memcache isn't a default extension.  You can get it from
http://pecl.php.net/package/memcache Also look at the new memcached
extension http://pecl.php.net/package/memcached

If you move the extension directory to php-5.2.8/ext/memcache, you'll
need to rebuild PHP's configure script with './buildconf --force'.
Otherwise, build as a dynamic library with 'phpize' etc.

Chris

--
Email: christopher.jo...@oracle.com  Tel: +1 650 506 8630
Twitter:  http://twitter.com/ghrd    Free PHP Book: http://tinyurl.com/UGPOM

Reply via email to