New versions of PECL Memcache package for PHP
By Cyrille Mahieux on Saturday, October 16 2010, 15:48 - PHP - Permalink
PECL Memcache developers have released two new versions of their package with bugs fixes and some features.
It's a very good news since this package did not have bug fixes or new features for more than one year and was declared abandonned.
PECL Memcached 2.2.6 stable releases note
- Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
- Fixed pecl bug #17130 (Uninitialized tv.tv_usec causing PHP to loop endlessly)
- Fixed pecl bug #13623 (Memcache-client makes php segfault in semi-related code)
PECL Memcached 3.0.5 beta releases note
- Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared)
- Added method MemcachePool::findServer(key) which returns the server a key hashes to
- Changed MemcachePool::findServer() to return only "hostname:port" since tcp port is significant
- Fixed PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
- Fixed PECL bug #17566 (3.0.4 cache delete bug)
- Fixed PECL Bug #16442 (memcache_set fail with integer value)
You can download it now from official PECL website or using your PECL updater.
pecl upgrade memcache
Warning about 3.0.5
I strongly suggest you not to use this 3.0.5 beta
Looking at problems and huge bugs with 3.0.4, i prefer staying with 2.2.X at the moment and i suggest you to do the same.