Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75566 invoked by uid 1010); 16 Oct 2005 15:26:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75550 invoked from network); 16 Oct 2005 15:26:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2005 15:26:42 -0000 X-Host-Fingerprint: 64.233.184.206 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.206:1074] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CF/BF-22302-13172534 for ; Sun, 16 Oct 2005 11:26:41 -0400 Received: by wproxy.gmail.com with SMTP id 71so375239wra for ; Sun, 16 Oct 2005 08:26:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SkwXOTLuRlxhf9VGbTodem2iJ7eo9WRiqMM655Ak4lbUx/5Kx8K2gfYD7EMSHitgGhtfnCPBQocYF7jyXtuA93oGfRAAjI5x+LqZpX6W4RAigZCgqq9lUkzsBwsip7hNPiZigC2LD69KAOVRFLcZytZBnG6CtMS8Vds0nSYWgtk= Received: by 10.54.117.4 with SMTP id p4mr1492776wrc; Sun, 16 Oct 2005 08:26:39 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sun, 16 Oct 2005 08:26:39 -0700 (PDT) Message-ID: <4e89b4260510160826g57215f09t63f2bbc59a3196be@mail.gmail.com> Date: Sun, 16 Oct 2005 11:26:39 -0400 To: Lukas Smith Cc: internals@lists.php.net In-Reply-To: <63.1B.22302.D2752534@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <63.1B.22302.D2752534@pb1.pair.com> Subject: Re: [PHP-DEV] sqlite on windows From: kingwez@gmail.com (Wez Furlong) It's a linkage/dependency problem; ext/sqlite holds the sqlite2 PDO driver, and PDO is a shared extension. --Wez. On 10/16/05, Lukas Smith wrote: > 14 Oct 2005, PHP 5.1 Release Candidate 2 > - Changed SQLite extension to be a shared module in Windows > distribution. (Edin) > > Whats the reason for this? > To allow people to switch between sqlite2 and sqlite3? > > Shouldnt the extension then be enabled by default in the php.ini-dist > and php.ini-recommended files on windows? It does not seem to be the > case in the current snaps zips. > > regards, > Lulas > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >