Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62662 invoked from network); 23 Jun 2003 04:59:55 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 23 Jun 2003 04:59:55 -0000 Received: (qmail 1464 invoked from network); 23 Jun 2003 04:59:48 -0000 Received: from localhost (HELO andi-home.zend.com) (127.0.0.1) by localhost with SMTP; 23 Jun 2003 04:59:48 -0000 Message-ID: <5.1.0.14.2.20030623080200.02163fb0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 23 Jun 2003 08:03:43 +0200 To: Sterling Hughes ,internals@lists.php.net In-Reply-To: <1056335922.11754.20.camel@hasele> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] enabling sqlite by default From: andi@zend.com (Andi Gutmans) References: <1056335922.11754.20.camel@hasele> At 10:38 PM 6/22/2003 -0400, 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. > >The sqlite library is licensed to the public domain and provides a >complete database solution in a small library - no server required. For >more information take a look at http://www.hwaci.com/sw/sqlite/. On one hand I think having 1.5MB in our release tree is quite a lot (can anything be removed)? On the other hand, I think bundling and enabling this by default will really help lots of small users who have a web account but no DB access. So I'm around a +0 :) Andi