Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91267 invoked from network); 11 Aug 2010 19:33:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2010 19:33:54 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.182 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.216.182 mail-qy0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:48321] helo=mail-qy0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/71-18548-12BF26C4 for ; Wed, 11 Aug 2010 15:33:54 -0400 Received: by qyk32 with SMTP id 32so622497qyk.13 for ; Wed, 11 Aug 2010 12:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DlpYfaiBVN7clyepVYeuHf8cOY8Yi85WmyXoq6Iu9uo=; b=Rf7ZePEN1z4EIPXG2rC/0voN5Wpa0+/qu2wVgAPkx11jQzHZAZbx1A+1srxojHPXrs kYumZlJvKDfHeVxDXoF40GeJkLNorGXCYVdw3rA4+vXvG5N3ZRAQTbUFg14KAKvRG+sf RzfWcK9MSbtTD+B7xeoEVmk5zXbimSD7lssMA= 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 :cc:content-type:content-transfer-encoding; b=XYUK5fh/4F69zEevJeqvdQE04Na7zRKXQQpUqIq0XRsx7HOOPpza6m8c+bBDfyGx9v x1S1uD9shBUZ0QyzeKcomz7z/hTbbHNc1o5gERLVDVB79xNWJZst24NC4Eq4ur/lbpLb yOlY7M0JMT0+Q1g2oGGFYyHmQcD2cnrgMDBTM= MIME-Version: 1.0 Received: by 10.229.220.65 with SMTP id hx1mr10141058qcb.67.1281555230896; Wed, 11 Aug 2010 12:33:50 -0700 (PDT) Received: by 10.229.182.146 with HTTP; Wed, 11 Aug 2010 12:33:50 -0700 (PDT) In-Reply-To: <1281541017.1132.45.camel@guybrush> References: <1281541017.1132.45.camel@guybrush> Date: Wed, 11 Aug 2010 21:33:50 +0200 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Ilia Alshanetsky , internals@lists.php.net, php-webmaster Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: hannes.magnusson@gmail.com (Hannes Magnusson) 2010/8/11 Johannes Schl=FCter : > Hi, > > trying to get back to productive issues: > > On Tue, 2010-06-15 at 07:41 -0400, Ilia Alshanetsky wrote: >> After speaking to a few developers in DPC, I think it makes sense for us= to >> drop the Sqlite2 extensions from Trunk as they are superseded by the Sql= ite3 >> extensions. The sqlite2 library is no longer maintainer and the migratio= n >> path from version 2 to 3 is very simple. Unless there any objections, I'= d >> like to make this happen in the next week or two. > > I think the consensus here is to drop the extension and the pdo_sqlite2 > driver. Should we add deprecation notices to sqlite_open() and the PDO > driver ctor? > > Any other comments (CC'ing the webmaster list as the PHP Web site > depends heavily on SQLite2) Most of our mirrors have other sqlite extensions available, so its just up to us to generate the sqlite3 databse. I find this sqlite situation very annoying, but I do agree with killing the no-longer-supported variations :) -Hannes