When using the PHP7 couchbase extension to insert documents, it works fine, and documents are viewable via the web interface. However when trying to pull down the documents using the PHP5 SDK, this error is thrown:
“Couchbase::get(): could not decompress value (bad content)”. Is there a way to configure the compression on the PHP7 library to be compatible with the old one? Any advice would be appreciated.
It is unfortunately impossible to upgrade from 1.2.2 on the legacy machines right now (the purpose of getting this integration with the PHP7 client is to decomission the old code in a reasonable amount of time, but we’re not there yet).