This repository was archived by the owner on Apr 20, 2022. It is now read-only.
Tags: couchbase/php-ext-couchbase
Tags
Release 1.1.5. This release contains a number of fixes and some new experimental features. Features: * Support for igbinary * Support for pure numeric keys * Support for experimental configuration cache * Bucket flushing support through ClusterManager * Ship sample couchbase.ini and sample API Fixes: * Use persistent connections by default. * Fixed CAS checking * Check HTTP status codes on responses
Release of 1.1.2. This release addresses an API incompatibility accidentally introduced between 1.0. and 1.1. This release changes the signatures to be: get($key [, $callback ] [, $casunique ]) getAndTouch($key, $expiry) getAndTouchMulti($key, $expiry) getAndLock($key [, $casarray ] [, $getl-expiry ]) getAndLockMulti($keycollection [, $casarray ] [, $getl-expiry ]) What this change means is the get() method reverts to be compatible with 1.0 and the getAndTouch() and getAndLock() would not have the callback as an option. This actually keeps compatibility with the 1.1 line.
Release 1.1.1
This release is mostly to address the issue found in PCBC-163.
It also introduces a new feature which allows for management of
design documents.
Trond Norbye (6):
PCBC-163: Fix typo in touch_multi
Remove use of php_ignore_value
Removed unused cvs identifier
Add method to get/set/delete design documents
Fix memory leak
Fix typo in headerfile
Matt Ingenthron (1):
Release 1.1.1.
Release of 1.1.0. The stable release of the 1.1 series with many many fixes. For release notes, see: http://www.couchbase.com/docs/couchbase-sdk-php-1.1/couchbase-sdk-php-rn.html
PreviousNext