Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:56347 php.pecl.dev:8869 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36741 invoked from network); 16 Nov 2011 13:34:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2011 13:34:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:44171] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/05-11951-2FBB3CE4 for ; Wed, 16 Nov 2011 08:34:43 -0500 Received: from [192.168.2.230] (ppp-93-104-57-70.dynamic.mnet-online.de [93.104.57.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id A39FA79631; Wed, 16 Nov 2011 14:34:39 +0100 (CET) To: Ferenc Kovacs Cc: Felipe Pena , PHP Internals , PECL Announce In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 16 Nov 2011 14:34:34 +0100 Message-ID: <1321450474.29236.11.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] pecl sqlite From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2011-11-16 at 13:35 +0100, Ferenc Kovacs wrote: > On Wed, Nov 16, 2011 at 12:53 PM, Felipe Pena wrote: > > > 2011/11/16 Ferenc Kovacs : > > > Hi. > > > > > > We moved the sqlite ext from core to pecl with 5.4, but the > > > http://pecl.php.net/package/sqlite still advertises using ext/sqlite > > > instead. > > > Is that intentional? > > > The problem is, that for 5.3, the prefered way to use the sqlite ext is > > to > > > use the one bundled in core, however for 5.4 and trunk, you can only > > > install it from pecl. > > > Maybe we could supersed it with ext/sqlite3? As it is in the core since > > > 5.3, so all supported branches has it.. > > > > It's not intentional, the text weren't updated. 5.4 is not yet released so PHP core is still the primary source for that extension ;-) > you mean the pecl package description? > I can change it, but where should it point to? sqlite3? or simply > unmaintained? I would go for unmaintained. SQLite2 isn't maintained upstream for a few years. People can get the code if they have need to migrate or such, but other than that ... there's no good and simple migration path to something else. SQLite3 uses different APIs, different storage format and has a slightly different SQL standard interpretation. johannes