Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54452 invoked by uid 1010); 20 May 2006 21:27:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54437 invoked from network); 20 May 2006 21:27:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2006 21:27:17 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.179 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.179:25484] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0E/82-19568-5B98F644 for ; Sat, 20 May 2006 17:27:17 -0400 Received: by py-out-1112.google.com with SMTP id m51so1215394pye for ; Sat, 20 May 2006 14:27:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k0Uh0USlPm1RKhlqW2OZNqvIgCuYj4BylzgKUIfPX1C1MRE/Q4GtdY0ZjoCMQ3nMpa+7aBIJBag7NBmaTXhI4xdsJirDi7PADuaOjGCr2jr1kWRfcUIfBZ2z3KYrtXqlNS+zNKnjmZP5I5PqFTBZvJB5VAQBU4xt2pLS/Y/Odgk= Received: by 10.35.113.12 with SMTP id q12mr2441986pym; Sat, 20 May 2006 14:27:13 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Sat, 20 May 2006 14:27:13 -0700 (PDT) Message-ID: <4e89b4260605201427k16ac90cfj81b239e4e565c61@mail.gmail.com> Date: Sat, 20 May 2006 17:27:13 -0400 To: "Al Baker" Cc: internals@lists.php.net In-Reply-To: <1148136492.17236.14.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1148136492.17236.14.camel@localhost> Subject: Re: [PHP-DEV] PDO and SQLite Compatibility From: kingwez@gmail.com ("Wez Furlong") On 5/20/06, Al Baker wrote: > Are there any plans for upgrading the SQLite driver? Yes. We didn't want to do this in a point release of PHP because of BC concerns. > there doesn't > appear to be anyway to compile the driver against an existing sqlite > installation (e.g. --with-pdo-sqlite=3D[DIR]). This should work. I believe this was broken for a while, but has recently been fixed in CVS. --Wez.