Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15325 invoked from network); 2 Aug 2008 01:01:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2008 01:01:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 76.96.62.80 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 76.96.62.80 qmta08.westchester.pa.mail.comcast.net Received: from [76.96.62.80] ([76.96.62.80:32803] helo=QMTA08.westchester.pa.mail.comcast.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/61-39007-4E1B3984 for ; Fri, 01 Aug 2008 21:01:25 -0400 Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA08.westchester.pa.mail.comcast.net with comcast id x8mj1Z02K0bG4ec58D1NYd; Sat, 02 Aug 2008 01:01:22 +0000 Received: from earth.ufp ([24.13.255.226]) by OMTA03.westchester.pa.mail.comcast.net with comcast id xD1M1Z0034trKQ83PD1M4R; Sat, 02 Aug 2008 01:01:21 +0000 X-Authority-Analysis: v=1.0 c=1 a=F8_se5CVmVQA:10 a=qekxYaojTLwA:10 a=FYEOpioTQHDSRfstnZ0A:9 a=ON8thi70TZDQJy2BugcA:7 a=bei3LCtWwt7y3EE8vF8PgYf991MA:4 a=FHBbIDN7CdwA:10 a=LY0hPdMaydYA:10 Received: from localhost (localhost [127.0.0.1]) by earth.ufp (Postfix) with ESMTP id 51B15D893F for ; Fri, 1 Aug 2008 20:01:21 -0500 (CDT) Received: from earth.ufp ([127.0.0.1]) by localhost (earth.ufp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SCHFt0ctHIRb for ; Fri, 1 Aug 2008 20:01:21 -0500 (CDT) Received: from luna.local (unknown [192.168.42.104]) by earth.ufp (Postfix) with ESMTP id F27E7D88E0 for ; Fri, 1 Aug 2008 20:01:20 -0500 (CDT) To: internals@lists.php.net Date: Fri, 1 Aug 2008 20:01:19 -0500 User-Agent: KMail/1.9.9 References: <4892E15D.1080004@daylessday.org> <4892E5DD.50907@daylessday.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200808012001.19751.larry@garfieldtech.com> Subject: Re: [PHP-DEV] enabling everything by default From: larry@garfieldtech.com (Larry Garfield) On Friday 01 August 2008 5:44:20 am Robert Lemke wrote: > FWIW: In TYPO3 5.0 we rely on PDO_SQLITE and use it as the default > database directly after the installation of TYPO3. Not because SQLite > is such a performant database, but rather because we can use it > without having to ask the user for any configuration / credentials. > Later on the user has the opportunity to move her data into a more > sophisticated database such as MySQL or Oracle. > > So from our point of the universe: Please keep PDO_SQLITE enabled, it > makes our lives much easier. > > Cheers, > Robert FWIW: Drupal is in the process of moving in the same direction, with our database layer moving over to PDO with intent to ship with a SQLite database for the installer. Having at least that minimum baseline of database capability, however fast or slow it may be, is critical. -- Larry Garfield larry@garfieldtech.com