Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:56346 php.pecl.dev:8868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28634 invoked from network); 16 Nov 2011 13:00:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2011 13:00:52 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:57427] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/43-11951-204B3CE4 for ; Wed, 16 Nov 2011 08:00:51 -0500 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 4BDEFDE13E; Wed, 16 Nov 2011 13:00:47 +0000 (GMT) Date: Wed, 16 Nov 2011 13:00:47 +0000 (GMT) X-X-Sender: derick@whisky To: Ferenc Kovacs cc: Felipe Pena , PHP Internals , PECL Announce In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PECL-DEV] Re: [PHP-DEV] pecl sqlite From: derick@php.net (Derick Rethans) On Wed, 16 Nov 2011, 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. > > > you mean the pecl package description? > I can change it, but where should it point to? sqlite3? or simply > unmaintained? PDOSqlite? cheers, Derick