Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.3.29
:
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
------------------------------------------------------------------- Fri Apr 12 17:26:51 UTC 2013 - cs@linux-administrator.com - version 3.0.8 - Fix Bug #63142 - memcache client Segmentation fault - Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h so application code can use - Fix Bug #59602 - getExtendedStats fails on the host intermittently after restarting memcache - Fix Bug #63141 - Added LICENSE file and include tests folder in package - changes in version 3.0.7 - Fixed bug #62589 - missing "$" in memcache.php - Fix php_stream_cast() usage. - fixes for windows build and php 5.4 compat ------------------------------------------------------------------- Mon Feb 6 13:24:34 UTC 2012 - cs@linux-administrator.com - version 3.0.6 - Fixed PECL Bug #16672 (memcache.php doesn't support unix socket) - Fixed PECL Bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items) - Fixed PECL Bug #17518 (Strange behavior in increment on non integer and after) - Fixed potential segfault in memcache queue. - Fixed various tests ------------------------------------------------------------------- Mon Oct 4 09:06:39 UTC 2010 Carsten Schoene cs@linux-administrator.com - 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) ------------------------------------------------------------------- Wed Jan 14 10:29:00 CET 2009 Carsten Schoene cs@linux-administrator.com - version 3.0.3 - Enabled compression by default for values larger than 20kb - Scalar data types (int, bool, double) are preserved by get/set - Reserved the lowest 2 bytes of the flags for internal use - Fixed PECL bug #14157 (Segmentation fault with errorcallback handler) - Fixed PECL bug #15342 (memcache keys whitespaces replace issue) - Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops) - Fixed PECL bug #15529 (memcache object loses port information) - Fixed PECL bug #14730 (Types lost during get/set) - Fixed PECL request #14801 (Session handler and large sessions) - Added REPORT_ERRORS to php stream open - New INI directive: memcache.compress_threshold = 20000 ------------------------------------------------------------------- Sat Feb 16 18:41:00 CET 2008 Carsten Schoene cs@linux-administrator.com - version 3.0.1 - Fixed PECL bug #12866 (Ignore memcache.default_port in memcache_connect) - Fixed PECL bug #12883 (Breaks UTF-8 in keys) - Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src") - Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555) - Added configure option for PEAR installer to disable session handler support - Added package version to phpinfo() ------------------------------------------------------------------- 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