Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:56343 php.pecl.dev:8866 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16445 invoked from network); 16 Nov 2011 11:53:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2011 11:53:41 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:63384] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/C0-11951-444A3CE4 for ; Wed, 16 Nov 2011 06:53:40 -0500 Received: by yenl2 with SMTP id l2so3502765yen.29 for ; Wed, 16 Nov 2011 03:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2UvqctUc5MJJRHDCDpQf6gjZcTv4gcuXfSHVcCaAyH8=; b=MvhNCJ8sOv77bZwfu17T7m9NjXnYn1wZ5OvSPARxA1AzmRWzz3zKBZc3bnIgB2fWYf 1iFxTMGW9b3j1NZ7XYPNEaCcE2KwHUnIaDu53lJc6+BrMnl10igzM4NYABCnFOxyx5VP VYNU5u/Ba5+HD7u578OSbYkcHwAqloCwlQzVA= Received: by 10.68.28.133 with SMTP id b5mr68579904pbh.28.1321444417087; Wed, 16 Nov 2011 03:53:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.82.11 with HTTP; Wed, 16 Nov 2011 03:53:16 -0800 (PST) In-Reply-To: References: Date: Wed, 16 Nov 2011 09:53:16 -0200 Message-ID: To: Ferenc Kovacs Cc: PHP Internals , PECL Announce Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] pecl sqlite From: felipensp@gmail.com (Felipe Pena) 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. -- Regards, Felipe Pena