How do I tell what version of the PHP SDK I am running?

Hello,
if you look in the full “php -i” or call its equivalent from a paghe phpinfo() you’ll see this type of information:

couchbase

couchbase support => enabled
version => 1.1.2
json support => yes
fastlz support => yes
zlib support => yes

As you can see the version is specified as part of the attribute of the Couchbase plugin