In fact, phpcassa is doing his work quite well.
The error seems to be coming from cassandra, even if I still have to understand
why.
More precisely, the error is on the cql query prepare. I opened a bug for it,
as we discovered the same problem on 3 different clusters. Maybe is something
wron
phpcassa doesn't actually support CQL at all yet, it just doesn't stop you
from grabbing the connection and trying to run a cql query anyways. So, I
would expect quite a few things to randomly break.
Additionally, you need to set the CQL API version to 3.0.0 (I believe)
using set_cql_version() on