Package Information |
Summary |
Couchbase Server PHP extension |
Maintainers |
Sergey Avseyev <
sergey dot avseyev at gmail dot com >
(lead)
[details]
|
License |
Apache V2 |
Description |
The PHP client library provides fast access to documents stored in a Couchbase Server. |
Homepage |
https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html
|
Release notes
Version 4.1.4
(stable)
|
* Add `couchbase::` namespace to `durability_level`, fixes using Sync Durability. (#102) * PCBC-934: Fixed setting timeout for transaction.
Notable changes in core C++ ---------------------------
* CXXCBC-327: bundle Mozilla certificates with the library (#405, #408) * CXXCBC-324: check port and network name on session restart (#401) * CXXCBC-323: parse bootstrap_timeout and resolve_timeout in connection string (#400) * introduce option dump_configuration for debugging (#398) |