thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

UUID to CassandraUUID #60

Closed gregschoen closed 12 years ago

gregschoen commented 12 years ago

We found that UUID as a class name collides with another UUID class already in use. The other library [https://github.com/fredriklindberg/class.uuid.php] has a public API that is not compatible with the phpcassa version.

thobbs commented 12 years ago

The namespaced replacement in the reorg branch and 1.0.a.1-beta1 release (soon to be an official release) should resolve this. Feel free to check those out and let me know if there might still be any issues.