Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39529 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34032 invoked from network); 1 Aug 2008 10:43:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2008 10:43:38 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:38060] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/12-21097-9D8E2984 for ; Fri, 01 Aug 2008 06:43:38 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id D5B536400BD; Fri, 1 Aug 2008 14:43:34 +0400 (MSD) Message-ID: <4892E8C7.1090809@daylessday.org> Date: Fri, 01 Aug 2008 14:43:19 +0400 User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: Scott MacVicar CC: php-dev References: <4892E15D.1080004@daylessday.org> <4892E37B.8060804@macvicar.net> <4892E5DD.50907@daylessday.org> <4892E856.6090108@macvicar.net> In-Reply-To: <4892E856.6090108@macvicar.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] enabling everything by default From: tony@daylessday.org (Antony Dovgal) On 01.08.2008 14:41, Scott MacVicar wrote: >> I know, I know. >> But why enable it by default (as well as PDO_SQLITE)? What's so >> extremely useful in this extension that every user needs it? > > The zero configuration aspect, the ability to just throw up a database > in place of your own over complicated storage format. Sure all hosts > have MySQL but if you're shipping a product then sometimes its simpler > to just bundle a SQLite DB. None of this requires enabling it by default. -- Wbr, Antony Dovgal