Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26375 invoked from network); 4 Aug 2008 17:40:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 17:40:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:40833] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/90-22351-12F37984 for ; Mon, 04 Aug 2008 13:40:50 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 0B5681EBC019; Mon, 4 Aug 2008 17:41:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qVdYOs-j2n-E; Mon, 4 Aug 2008 19:41:44 +0200 (CEST) Received: from [192.168.0.151] (77-57-23-243.dclient.hispeed.ch [77.57.23.243]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 3093E1EBC014; Mon, 4 Aug 2008 19:41:43 +0200 (CEST) Cc: Scott MacVicar , php-dev Message-ID: <3A9987C1-5E56-4197-935F-EA3B4DB997FF@pooteeweet.org> To: Antony Dovgal In-Reply-To: <4892E5DD.50907@daylessday.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Mon, 4 Aug 2008 19:38:58 +0200 References: <4892E15D.1080004@daylessday.org> <4892E37B.8060804@macvicar.net> <4892E5DD.50907@daylessday.org> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] enabling everything by default From: mls@pooteeweet.org (Lukas Kahwe Smith) On 01.08.2008, at 12:30, Antony Dovgal wrote: > On 01.08.2008 14:20, Scott MacVicar wrote: >> ext/pdo_sqlite and ext/sqlite3 use the same underlying lib so its >> just another wrapper but without the PDO crap on top. > > 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? It means that every PHP developer can expect their clients servers to support an SQL backend. regards, Lukas Kahwe Smith mls@pooteeweet.org