duoshuo / php-cassandra

php Cassandra driver which support Protocol v3 (Cassandra 2.1) and asynchronous requests
MIT License
153 stars 53 forks source link

missing file (src/Response/DataStream.php) #55

Closed dynamicpacket closed 9 years ago

dynamicpacket commented 9 years ago

file required by php-cassandra.php seems to be missing form src/Response.

from php-cassandra.php: require 'src/Response/DataStream.php';

shen2 commented 9 years ago

Thanks. This problem has been solved in https://github.com/duoshuo/php-cassandra/commit/e623d231e0546ee91566f854248f7eccc1e85842

dynamicpacket commented 9 years ago

thank you very much :)