Skip to content

Commit

Permalink
remove todo, add compability notes
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 1, 2011
1 parent 4194fbb commit ef71742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Couchbase.php
Expand Up @@ -13,11 +13,6 @@
* @license Apache 2.0, See LICENSE file.
*/

/*
TODO: versioning check to make sure we work with a couchbase-capable
memcached extension.
*/

/**
* Require dependent classes
*/
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,13 @@ This package allows you to access Couchbase database servers from PHP.
The Couchbase PHP client extends the existing php.net/memcached client
interface and adds Couchbase specific features.

All your code using php.net/memcached will work without changes (hooray).

To use the new features, you will have to use the Couchbase database version
2.0 or later. Please note that the Couchbase Single Server 2.0 is not
compatible with this (TBD see also).


## Additions to php.net/memcached

### `touch()` Method
Expand Down

0 comments on commit ef71742

Please sign in to comment.