Steambao
Steambao
Can confirm this occurs when reading NULL'ed MAP column types as: readShort() is trying to get a count from an empty $this->data string (len = 0). Like aslubsky, did a...
I guess it's because we still using V1 of Binary Protocol? class VersionEnum { const REQUEST = 0x01; const RESPONSE = 0x81; }
Hey evseevnn. You probably already know this (since you commited heaps to this repo), but https://github.com/duoshuo/php-cassandra has full UDT support as well as v3 protocol currently working.
Can't wait for this fix! Tested and fixes all my 'unpack(): Type l: not enough input' when selecting nulls.
Here is an example which I'm having trouble with. If there are two or more results in the set (like the first insert record), I get a null result. If...