开发者

How can I make sure PHP is using TBinaryProtocolAccelerated

开发者 https://www.devze.com 2023-03-12 19:20 出处:网络
How can I make sure PHP is using TBinaryProtocolAccelerated and not TBinaryProtocol as the protocol? I am using PHP5 in Ubuntu S开发者_如何学Pythonerver.TBinaryProtocolAccelerated and TBinaryProtocol

How can I make sure PHP is using TBinaryProtocolAccelerated and not TBinaryProtocol as the protocol?

I am using PHP5 in Ubuntu S开发者_如何学Pythonerver.


TBinaryProtocolAccelerated and TBinaryProtocol are specific to Thrift, not the PHP itself.

Have a look at https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP. What you need to do is use TBinaryProtocolAccelerated class instead of TBinaryProtocol.

Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消