Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
extensions
>
php5-pecl-memcache
> php5-pecl-memcache.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php5-pecl-memcache.changes of Package php5-pecl-memcache (Revision 4)
Currently displaying revision
4
,
show latest
------------------------------------------------------------------- Mon Nov 26 20:24:29 CET 2007 - crrodriguez@suse.de - version 3.0.0 - UDP support - Binary protocol support - Non-blocking IO using select() - Pipelined multi-set/delete/increment/decrement - CAS (Compare-And-Swap) support - Append/prepend support - Key and session redundancy (values are written to N mirrors) - Improved error reporting and failover handling - Added class "MemcachePool" implementing the new API - New INI directives * memcache.protocol = {ascii, binary} * memcache.redundancy = 1 * memcache.session_redundancy = 2 - Changed INI defaults * memcache.hash_strategy = consistent * memcache.chunk_size = 32768 ------------------------------------------------------------------- Mon Nov 5 02:34:46 UTC 2007 - crrodriguez@suse.de - version 2.2.1 - Added argument to Memcache::get() that receives the flags for retrieved value(s) - Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks) - Fixed problem with keys being modified in-place and empty keys - Fixed incompatibility with standard hash strategy in previous versions ------------------------------------------------------------------- Fri Sep 21 21:03:27 UTC 2007 - crrodriguez@suse.de - update to version 2.2.0 ------------------------------------------------------------------- Tue Jun 19 02:29:26 UTC 2007 - judas_iscariote@shorewall.net - Update to current CVS snapshot, fixing a double efree() - add missing ini file - fix build in some targets