duoshuo / php-cassandra

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

32bit ARMv7 #82

Open bhrivera opened 7 years ago

bhrivera commented 7 years ago

Any way I can get any php driver to run on my raspberry pi 3? :(

Been looking around and nothing's coming up.. I dont know how to make my own

winguzone commented 7 years ago

Actually this driver is pure PHP, so there is a chance it works on ARM (but look at #45).

bhrivera commented 7 years ago

Thanks for answering! :D Would this work with the newest version of Cassandra?

winguzone commented 7 years ago

Yes, though it uses native protocol v3.

bhrivera commented 7 years ago

What would I have to change when I use it for the new version?

winguzone commented 7 years ago

Actually it works with Cassandra 3 versions, but without new features.