Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:48802 php.internals:48803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31950 invoked from network); 16 Jun 2010 11:05:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2010 11:05:14 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 209.85.212.42 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:55231] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/42-16489-9EFA81C4 for ; Wed, 16 Jun 2010 07:05:13 -0400 Received: by vws7 with SMTP id 7so790520vws.29 for ; Wed, 16 Jun 2010 04:05:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.172.198 with SMTP id m6mr348350vcz.79.1276686310394; Wed, 16 Jun 2010 04:05:10 -0700 (PDT) Received: by 10.220.70.202 with HTTP; Wed, 16 Jun 2010 04:04:09 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Jun 2010 07:04:09 -0400 Message-ID: To: Pierre Joye Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=00163630ec9d054c22048923b2b4 Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: ilia@prohost.org (Ilia Alshanetsky) --00163630ec9d054c22048923b2b4 Content-Type: text/plain; charset=ISO-8859-1 Pierre, If they are using PDO there are no issue, but when it comes to the extension the Sqlite3 interface is more similar to PDO in naming conventions and offers only OO interface. The SQLite2 offers both OO and procedural interface and follows its own naming convention. I don't think we should be added boat-load of wrappers for SQLite3 extension... On Tue, Jun 15, 2010 at 2:18 PM, Pierre Joye wrote: > hi Ilia, > > On Tue, Jun 15, 2010 at 1:41 PM, 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 > Sqlite3 > > extensions. The sqlite2 library is no longer maintainer and the migration > > 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. > > > No objection here. > > However I would like to have the set of basic methods (not version > specific, exec, open, etc.) to remain the same across versions so the > migration could be as simple as using the new name of the sqlite > class. > > Cheers, > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > --00163630ec9d054c22048923b2b4--