Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59295 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76456 invoked from network); 1 Apr 2012 08:02:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2012 08:02:24 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 148.87.113.117 as permitted sender) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.117 rcsinet15.oracle.com Received: from [148.87.113.117] ([148.87.113.117:46026] helo=rcsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/19-28591-E8B087F4 for ; Sun, 01 Apr 2012 04:02:23 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q3182D7W019456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 1 Apr 2012 08:02:14 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q3182CdT028536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Apr 2012 08:02:12 GMT Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q3182CFp029495; Sun, 1 Apr 2012 03:02:12 -0500 Received: from hubby.local (/50.131.91.176) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 01 Apr 2012 01:02:11 -0700 Message-ID: <4F780B82.9070904@oracle.com> Date: Sun, 01 Apr 2012 01:02:10 -0700 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: Helmut Tessarek CC: internals@lists.php.net References: <4F78080F.8070702@evermeet.cx> In-Reply-To: <4F78080F.8070702@evermeet.cx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090204.4F780B86.0048,ss=1,re=0.000,fgs=0 Subject: Re: [PHP-DEV] sqlite moved to PECL - but where is it From: christopher.jones@oracle.com (Christopher Jones) On 4/1/12 12:47 AM, Helmut Tessarek wrote: > 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. Is this what you're looking for: http://svn.php.net/viewvc/pecl/sqlite/trunk/ ? > > 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. Not surprising. There was a reason it was dropped. > > 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. This was undoubtedly omitted due to lack of resources. Would you like some assistance to show you how you can contribute to the PHP project to help out other people hitting the same problem. Showing them how to migrate to sqlite3 is the preferred path. Chris > > Helmut > -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/