Re: php and TimeUUID

2010-03-24 Thread Jonathan Ellis
SimpleCassie linked from http://wiki.apache.org/cassandra/ClientExamples does time uuids, so you could either use that or check its code to see what it's doing. On Wed, Mar 24, 2010 at 12:59 PM, Arjen Schat wrote: > Hi All, > Who can provide a working example of a TimeUUID implementation in php?

Re: php and TimeUUID

2010-03-24 Thread Jeremy Dunck
There's been some discussion of php TimeUUID on this list previously -- search the archives. Most recently, this might help: http://code.google.com/p/simpletools-php/source/browse/trunk/SimpleCassie.php (Google Code seems a bit unsteady at the moment.) On Wed, Mar 24, 2010 at 12:59 PM, Arjen Sch

php and TimeUUID

2010-03-24 Thread Arjen Schat
Hi All, Who can provide a working example of a TimeUUID implementation in php? I either get TException: UUIDs must be exactly 16 bytes or TException: TimeUUID only makes sense with version 1 UUIDs I tried the Fredrik Lindberg - http://www.shapeshifter.se UUID class, but no option generates the r