Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24512 invoked from network); 24 Jan 2012 19:21:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2012 19:21:53 -0000 Authentication-Results: pb1.pair.com header.from=macdewar@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=macdewar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: macdewar@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:33375] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/36-15695-0D40F1F4 for ; Tue, 24 Jan 2012 14:21:52 -0500 Received: by lahg1 with SMTP id g1so1440189lah.29 for ; Tue, 24 Jan 2012 11:21:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Vptgr7e0lY3yXLzUbP3d2GSCqF2QPzdAs2B6+LrkFhc=; b=eRP7tJq9ZqgFsJQUJDoABZs34ChrZ/dHGRJuZdotRBq1sRlMqvT0i8SMsX3lCDtusa cNYp1MDKY3z6T8t54n9P40smd9WLtbjSToQFjhhWv42RjgXOu2tTEBW0ROzOy4QjnndD JzprYtEWt31ILu2xYaoAqe2a+F8EEULRGxweo= MIME-Version: 1.0 Received: by 10.112.17.170 with SMTP id p10mr3657634lbd.68.1327432908860; Tue, 24 Jan 2012 11:21:48 -0800 (PST) Received: by 10.112.25.35 with HTTP; Tue, 24 Jan 2012 11:21:48 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Jan 2012 15:21:48 -0400 Message-ID: To: Damien Tournoud Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] SQLite3 class missing createCollation() From: macdewar@gmail.com (b dewar) On Mon, Jan 23, 2012 at 6:44 PM, Damien Tournoud wrote: > Also see https://bugs.php.net/bug.php?id=55226 > > Same idea, but for the PDO_sqlite implementation. > > Damien > Thanks. I submitted my patch, and commented on both, referring each to the other.