Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/php-memcached,
PHP extension for interfacing with memcached via libmemcached library
Branch: CURRENT,
Version: 2.1.0,
Package name: php54-memcached-2.1.0,
Maintainer: filipPHP extension for interfacing with memcached via libmemcached library
Required to run:[
devel/libmemcached] [
lang/php54]
Master sites:
Version history: (Expand)
- (2014-02-18) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
- (2013-08-28) Package deleted from pkgsrc
- (2013-06-04) Updated to version: php54-memcached-2.1.0
CVS history: (Expand)
2014-02-17 15:01:12 by Filip Hajny | Files touched by this commit (3) | |
Log message:
Remove php-memcached, available in main pkgsrc tree already
|
2013-06-04 15:04:54 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update php-memcached to 2.1.0
Changes in 2.1.0:
- Drop support for libmemcached 0.x series, now 1.0.x is required
- Add support for virtual bucket distribution
- Fix compilation against PHP 5.2
|
2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-03-25 20:36:56 by Filip Hajny | Files touched by this commit (2) |
Log message:
Updated php-memcached to 2.0.1.
Changes in 2.0.1
- Fix embedded version number to be not -dev
Changes in 2.0.0
- Add touch() and touchByKey() methods
- Add resetServerList() and quit() methods
- Support binary protocol in sessions
- Make it work with libmemcached up to 1.0.4
- Test against PHP 5.4.0
Changes in 2.0.0b2
- Add OPT_REMOVE_FAILED_SERVERS option.
- Make it work with libmemcached up to 0.49.
- Fix a case where invalid session ID could lock the script.
- Improve session support:
* Add support for libmemcached config string
* Add persistence support via PERSISTENT=persistent_id prefix
of the save_path
- Add 3rd parameter to the __construct() that allows specification
of libmemcached configuration string
- Fix a possible crash in __construct() when using persistent
connections
- Add work-around a bug in libmemcached < 0.50 that causes truncation
of last character of server key prefix
- When using multiple servers implement transparent fail-over
- Fix php_memc_cas_impl() implementation when server_key is not being used
- Add support for incrementByKey() and decrementByKey()
- Make increment/decrement initialize value when it is not available (when
using binary protocol)
Changes in 2.0.0b1
- Change the return value for non-existing keys to be NULL rather than
'false', affects simple get only
- Add fastlz library that provides better/faster payload compression
- Add configure switch to enable/disable JSON serialization support
- Add getAllKeys() method
- Add deleteMulti() and deleteMultiByKey() methods
- Add isPristine() and isPersistent() methods
- Add setOptions() method to set multiple options at once
- Add SERIALIZER_JSON_ARRAY type that decodes JSON payloads as arrays
instead of objects
- Add support for Unix domain socket connections
- Add memcached.compression_threshold INI setting
- Add memcached.compression_factor INI setting
- Add memcached.compression_type INI setting
- Implement a few speed optimizations
- Many bug fixes and memory leaks plugged
- Add several more tests
- Add constants for libmemcached 0.37+:
* Memcached::OPT_NUMBER_OF_REPLICAS
* Memcached::OPT_RANDOMIZE_REPLICA_READ
- Add 'on_new' callback to constructor
- Add SASL support
|
2012-02-02 11:40:08 by Filip Hajny | Files touched by this commit (1) |
Log message:
Add license information
|
2010-09-17 14:01:44 by Filip Hajny | Files touched by this commit (2) |
Log message:
Updated wip/php-memcached to 1.0.2.
Changes in 1.0.2
* Fix build for libmemcached-0.39 (memcached_server_list() issue)
Changes in 1.0.1
* Fix build for libmemcached-0.38.
|
2009-10-07 12:43:22 by Filip Hajny | Files touched by this commit (1) |
Log message:
Gaining maintainership
|
2009-10-06 04:06:02 by Mike Bowie | Files touched by this commit (3) | |
Log message:
Import php5-memcached-5.2.9.1.0.0nb1 as wip/php-memcached.
PHP memcached extension based on libmemcached library
|