Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Andrei Zmievski's Blog:
pecl/memcached turns 1
Jul 08, 2009 @ 14:14:17

Andrei Zmievski has announced the release of the first stable version (1.0.0) of the memcached extension for PHP.

It’s been stable for a while actually, but some people were hesitant to use it in production while it still had the beta designation. Well, no more, go forth and use it.

Future plans include the addition of memcached_dump and auto-ejection support. The memcached extension is a PHP library that allows your application to interface directly with a memcached server. Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

tagged: stable extension memcached pecl

Link:


Trending Topics: