Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2727 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6200 invoked from network); 24 Jun 2003 17:25:08 -0000 Received: from unknown (HELO www.lerdorf.com) (66.93.78.119) by pb1.pair.com with SMTP; 24 Jun 2003 17:25:08 -0000 Received: from rasmus2.corp.yahoo.com (rasmus2.corp.yahoo.com [207.126.232.175]) by www.lerdorf.com (8.12.9/8.12.9/Debian-3) with ESMTP id h5OHP4KN027599; Tue, 24 Jun 2003 10:25:04 -0700 Date: Tue, 24 Jun 2003 10:25:01 -0700 (PDT) To: Jani Taskinen cc: internals@lists.php.net In-Reply-To: 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: rasmus@lerdorf.com (Rasmus Lerdorf) Yeah, I was surprised to see it on the 4_3 branch as well. I don't think it should be there. I would like to suggest a 4.4 release at some point after we get 4.3.3 out the door with the aim being to bridge users from 4.x to 5.x. It would look as much like 5.x as is feasible, but be based on the 4.x codebase so people will have an easier migration path and we spread the pain out a little bit. And sqlite would fit into such a release quite well. -Rasmus On Tue, 24 Jun 2003, Jani Taskinen wrote: > > Nevermind, I was just wondering about the PHP_4_3 branch > having it too, but that's propably just temporary thing. > > --Jani > > > On Tue, 24 Jun 2003, Jani Taskinen wrote: > > > > > 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 > > > > > > > > -- > https://www.paypal.com/xclick/business=sniper@php.net&no_note=1&tax=0¤cy_code=EUR > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >