Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73653 invoked from network); 1 Apr 2012 07:47:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 07:47:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=tessarek@evermeet.cx; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tessarek@evermeet.cx; sender-id=unknown Received-SPF: error (pb1.pair.com: domain evermeet.cx from 77.244.245.66 cause and error) X-PHP-List-Original-Sender: tessarek@evermeet.cx X-Host-Fingerprint: 77.244.245.66 evermeet.cx Linux 2.6 Received: from [77.244.245.66] ([77.244.245.66:49524] helo=atvie01s.evermeet.cx) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/88-28591-918087F4 for ; Sun, 01 Apr 2012 03:47:38 -0400 Received: from [10.0.0.40] (108-162-172-245.cable.teksavvy.com [108.162.172.245] (may be forged)) (authenticated bits=0) by atvie01s.evermeet.cx (8.14.3/8.14.3) with ESMTP id q317lTqM001685 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Apr 2012 09:47:30 +0200 Message-ID: <4F78080F.8070702@evermeet.cx> Date: Sun, 01 Apr 2012 03:47:27 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 1.4 OpenPGP: id=C11F128D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: sqlite moved to PECL - but where is it From: tessarek@evermeet.cx (Helmut Tessarek) Hello, The removal of sqlite in PHP 5.4 has not been thoroughly thought through. In the documentation it says it has been moved to PECL. Then you go to PECL and the only thing you find is the version from 2004, which states that this package is not maintained and furthermore you find a link to the former sqlite documentation on php.net, which then points you to PECL... Round and round we go. This not the only problem. Copying the ext/sqlite directory from php 5.3.10 to the php 5.4 tree and running a 'buildconf --force' does not work either. So now there are several web apps (e.g. Roundcube, Serendipity, ...) which do not have an sqlite3 abstraction layer, which means that you are pretty much screwed, if you use sqlite. Don't get me wrong, I don't have a problem with the fact that sqlite was removed from the core, but at least there should be a) a correct documentation how to get the functionality back and b) a way to get it working at all. Helmut