Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 49712 invoked from network); 24 Mar 2010 18:17:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 18:17:55 -0000 Received: (qmail 24644 invoked by uid 500); 24 Mar 2010 18:17:54 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24624 invoked by uid 500); 24 Mar 2010 18:17:54 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 24616 invoked by uid 99); 24 Mar 2010 18:17:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 18:17:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jdunck@gmail.com designates 209.85.222.190 as permitted sender) Received: from [209.85.222.190] (HELO mail-pz0-f190.google.com) (209.85.222.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 18:17:47 +0000 Received: by pzk28 with SMTP id 28so1118767pzk.11 for ; Wed, 24 Mar 2010 11:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Qa7FKdD//4mWCitI0Yu1RHhXmXL/adkbAn/2tyoZIaI=; b=b4mH2kmRC0hhEAtMr2KVzmHtdQ40nfYHJwpNfrSPZdgiO9TmLLHo5tn6zLsJXDG1Lc PLXpiavj3AYqcpqz/JFHGTwCbTl0YRHOjrUJKkVB8WaR5g0ucnNim6/dSCM25aab3gqr ZMBJTR0J2t7qYiqw8+xVmP94zEgOr9ZbLm/1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WgX/thN7KTd2P30XQne7WqF+uClx+8fE4BCh2PaEN9dIzg/fADue2I7ss9zJtH+5W2 PjmTmMYtYcaF1gz1Gmp4ZSXrBSj8rRUGlDpIdtJ48t6/DQ2ExrPtipNYEMVgqb1QW2hI YgKWOE3vL6e8dmrhy8PU5Way0i8XSLjULQ8Ac= MIME-Version: 1.0 Received: by 10.140.247.5 with SMTP id u5mr5827407rvh.225.1269454645822; Wed, 24 Mar 2010 11:17:25 -0700 (PDT) In-Reply-To: <440B76F6-A80C-4AF4-8AAD-E55CEAA7C436@streamedge.com> References: <440B76F6-A80C-4AF4-8AAD-E55CEAA7C436@streamedge.com> Date: Wed, 24 Mar 2010 13:17:25 -0500 Message-ID: <2545a92c1003241117n47edbc5bj98245b311be241f8@mail.gmail.com> Subject: Re: php and TimeUUID From: Jeremy Dunck To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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.p= hp (Google Code seems a bit unsteady at the moment.) 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? > I either get=A0TException: UUIDs must be exactly 16 bytes > or=A0TException: TimeUUID only makes sense with version 1 UUIDs > I tried the=A0Fredrik Lindberg - http://www.shapeshifter.se UUID class, b= ut no > option generates the right 16 bytes. > Kind regards, > Arjen Schat >