简体   繁体   中英

How can I make sure PHP is using TBinaryProtocolAccelerated

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

I am using PHP5 in Ubuntu Server.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM