Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48796 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9148 invoked from network); 15 Jun 2010 18:18:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2010 18:18:25 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 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.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:50842] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/4B-47853-EE3C71C4 for ; Tue, 15 Jun 2010 14:18:23 -0400 Received: by wyf22 with SMTP id 22so2843681wyf.29 for ; Tue, 15 Jun 2010 11:18:19 -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=RmK0ptkQpHRfSJF5vGo9Qv3bN9iMq6JJeuIChU27VPg=; b=Ma674Txt33/Ix5xHz2WufpoWpQMP127j7at5BsAZg1hcRWsc50DWdsJjv6cSHwvLK6 2J8UtgjY3kK5y8UqpWr4unxfXFucVRjv66J8XqVdQVzY3+0ATf/PY+h1yBK64wjF3+gC EXQOy7asIqm97914VNPuTIrSFIoSUTQJQK9ws= 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=x6Kz0apWBycmjVDEQ5Mu6XaVE+F+hshBcMXaV4peXzqXy/3Dwi57+aBpcOL453rliM st3AGYG3iqtSGOvx7U4Ra1tM5SPMMK5DBVuzcnN1I72mHSP0F1SIU2Kb6F0oU/0WSY6T 6M/wiDE7sx94ZqO2i1JAk5pS9M+8TacHs17Ak= MIME-Version: 1.0 Received: by 10.216.175.132 with SMTP id z4mr3721211wel.23.1276625899386; Tue, 15 Jun 2010 11:18:19 -0700 (PDT) Received: by 10.216.169.79 with HTTP; Tue, 15 Jun 2010 11:18:18 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Jun 2010 20:18:18 +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) 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