Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71314 invoked from network); 16 Jun 2008 22:16:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2008 22:16:08 -0000 Authentication-Results: pb1.pair.com header.from=davelee.com@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=davelee.com@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.231 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: davelee.com@gmail.com X-Host-Fingerprint: 209.85.198.231 rv-out-0506.google.com Received: from [209.85.198.231] ([209.85.198.231:36320] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/1E-06776-726E6584 for ; Mon, 16 Jun 2008 18:16:08 -0400 Received: by rv-out-0506.google.com with SMTP id g37so5210935rvb.23 for ; Mon, 16 Jun 2008 15:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nKb7g8JjjS9M562/q9OE6+ncpWMGRd2SLTCjIJnjx3I=; b=lbgjIpnySemGbak4SDtCjdUZOcFv7lLDEvmL9LCOUmsVf3bC5QLDFIvHPWmpuO0Gvz UWamdC+PcY5vMg22eeFhWa0NpFHBYN9HDTNFfnJVR80Pab8982+MIVZjYwsUpZMxO9Uf gUDgt1coAfP5g2FxYSHEsTxot0/dutcFPiBRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GBI3aWFMz7oUTaY06lK5wYAA7vQp/Vdh29xsxdXuAJhtgCNTe6IAY1he1VDht14KtP fljLrljnHqshIb6i6VorZsCyZHlUbnRUpqR+S/OV/gWBV7V7OEriSvzhRFcCXURdz860 9+6CFUGLpxi7fQLKwrQHb6qIJaB+8Z9wjGokc= Received: by 10.142.133.8 with SMTP id g8mr2578972wfd.312.1213654564882; Mon, 16 Jun 2008 15:16:04 -0700 (PDT) Received: by 10.142.193.17 with HTTP; Mon, 16 Jun 2008 15:16:04 -0700 (PDT) Message-ID: Date: Mon, 16 Jun 2008 16:16:04 -0600 To: "Christopher Jones" Cc: internals@lists.php.net In-Reply-To: <4856C7DE.3000109@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4856C7DE.3000109@oracle.com> Subject: Re: [PHP-DEV] case folding array string keys From: davelee.com@gmail.com ("Dave Lee") On Mon, Jun 16, 2008 at 2:06 PM, Christopher Jones wrote: > Oracle columns names are similarly case insensitive - unless the table > was created with quoted column names. Users can see similar issues. So same needs as as PostgreSQL. > However, what about creating an RFC on > the wiki to share what you have done and found. Do you have any > benchmarks? I haven't benchmarked. I haven't looked, maybe you could tell me, are there standard PHP benchmarks? If not I'll run some basic ones and post the results here. I'm new to the php-dev scene, I'll take a look at the wiki and other RFCs posted. thanks, Dave