Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21174 invoked from network); 23 Jun 2003 03:44:19 -0000 Received: from unknown (HELO longsword.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 23 Jun 2003 03:44:19 -0000 Received: from ip-66-80-117-254.nyc.megapath.net ([66.80.117.254] helo=maya.local.) by longsword.omniti.com with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.14) id 19UIGG-0004um-94; Sun, 22 Jun 2003 23:44:56 -0400 Date: Sun, 22 Jun 2003 23:47:08 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: internals@lists.php.net To: Sterling Hughes In-Reply-To: <1056335922.11754.20.camel@hasele> Message-ID: <5D1CC012-A52D-11D7-A34C-000393B2B3C0@omniti.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.543) Subject: Re: [PHP-DEV] enabling sqlite by default From: george@omniti.com (George Schlossnagle) References: <1056335922.11754.20.camel@hasele> On Sunday, June 22, 2003, at 10:38 PM, Sterling Hughes wrote: > Hey, > > Unless anyone objects I'm going to enable the sqlite extension by > default for PHP5. The extension comes with the bundled sqlite library > which is 1.5mb in total (cd ext/sqlite/libsqlite/src/; du -ch *.c *.h), > and is a good alternative to using MySQL for small sites. We should add --without-kitchen-sink to disable all these new bundled extensions. George