PHP 7 (PHPNG) Couchbase driver

Hi @avsej,

Now that it’s over the week, can we get at least ETA?

3 Likes

Thank you!

v.2.2.0 is finally out!!!

sudo pecl install couchbase
1 Like

Thanks for the release :slight_smile:

PECL builds do not include a PHP7 release:

http://windows.php.net/downloads/pecl/releases/couchbase/2.2.0/

I do not have direct access to pecl builders. I notified people there.

The recommended way to obtain windows builds described here
http://developer.couchbase.com/server/other-products/release-notes-archives/php-sdk

@avsej All the links to binaries in the link you posted are broken.

@davidbcn sorry I’ve specified wrong bucket there. Now they should work

Great, works like a charm. Only minor issues when switching to PHP7 (queries returning objects instead of arrays) but easy to overcome.

Thanks!