Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2563 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91415 invoked from network); 23 Jun 2003 02:46:30 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 23 Jun 2003 02:46:30 -0000 Received: by hasele (Postfix, from userid 1000) id 27DCC4ED6A; Sun, 22 Jun 2003 22:38:42 -0400 (EDT) To: internals@lists.php.net Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056335922.11754.20.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 22 Jun 2003 22:38:42 -0400 Subject: enabling sqlite by default From: sterling@bumblebury.com (Sterling Hughes) 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 -- "A business that makes nothing but money is a poor kind of business." - Henry Ford