Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35456 invoked from network); 16 Jun 2010 11:17:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2010 11:17:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:48976] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/03-16489-2D2B81C4 for ; Wed, 16 Jun 2010 07:17:39 -0400 Received: by wwb22 with SMTP id 22so1544861wwb.29 for ; Wed, 16 Jun 2010 04:17:36 -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; bh=MJHcI1zlMir0C+2mBgh7lX/grGsrvqN1GrPPkLIeuUw=; b=uLagBxG4OnIwgmpy3JADLmpryGWKSjnm07EWXRZ2vj+YsA/oLakiKIOJpQD3opVNbg p+LijO7rTXboW90dQmZAljBRK0j/vZPP6XbJv2j17xiX7g95R26MTGlrCbL07WCopTbl OJC6IT8XpaXNLyUaX9hR5Nkw/PhSzTthmrR0Q= 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; b=Ti6LIEzkEPe9LE9uObx9LLj4Kp0Nqomji79YSRmK9A5R6olrqcB+5+jICwRO3fCvPR LxAwe2dZI1+z4y8xPiEIpkNtUdL7uzO4Pkft7F1U5dKn3gO4MkxpCNuSAoOB7CRUu7hj bxPaJvSsP9jTV5sh4uLxur8n6/y66uoHWwBQ8= MIME-Version: 1.0 Received: by 10.216.160.206 with SMTP id u56mr561963wek.5.1276687055819; Wed, 16 Jun 2010 04:17:35 -0700 (PDT) Received: by 10.216.169.79 with HTTP; Wed, 16 Jun 2010 04:17:35 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Jun 2010 13:17:35 +0200 Message-ID: To: Ilia Alshanetsky Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Remove sqlite2 from trunk From: pierre.php@gmail.com (Pierre Joye) On Wed, Jun 16, 2010 at 1:04 PM, Ilia Alshanetsky wrote: > 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... That's why I explicitly mentioned 'basic' methods (exec, query and similar), the python bindings do it for example. It makes obviously no sense to do it for many advanced features. SQlite3 APIs allow that easily (cleaner naming). Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org