Hi,
after upgrade from php couchbase 2.0.7 to 2.1.0 with same versione of code i have this error:
PHP Fatal error: Cannot use object of type stdClass as array in [CouchbaseNative]/CouchbaseBucket.class.php
I need to make some changes in code?
I have latest libcouchbase installed 2.5.3 and fastlz library intsalled.
Can you show the snippet of code which is failing with that error? There is a known issue with the new json_as_array argument that has been added to the query method, but you should only encounter this issue if you have changed your code to try and use it.