Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2724 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82676 invoked from network); 24 Jun 2003 16:58:50 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 24 Jun 2003 16:58:50 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h5OGwdM18513; Tue, 24 Jun 2003 19:58:44 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Tue, 24 Jun 2003 19:58:38 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Sterling Hughes cc: internals@lists.php.net In-Reply-To: <1056335922.11754.20.camel@hasele> Message-ID: References: <1056335922.11754.20.camel@hasele> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] enabling sqlite by default From: sniper@iki.fi (Jani Taskinen) Where/when it was decided to be included in the main distribution in the first place? --Jani On 22 Jun 2003, 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/. > >-Sterling