Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97835 invoked by uid 1010); 16 Oct 2005 16:17:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97820 invoked from network); 16 Oct 2005 16:17:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2005 16:17:18 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:51852] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 09/D2-22302-E0D72534 for ; Sun, 16 Oct 2005 12:17:18 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id EAEE2DF00FC; Sun, 16 Oct 2005 18:17:26 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31712-08; Sun, 16 Oct 2005 18:17:16 +0200 (CEST) Received: from [127.0.0.1] (i577B5F50.versanet.de [87.123.95.80]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 07FA8DF0057; Sun, 16 Oct 2005 18:17:16 +0200 (CEST) Message-ID: <43527CFE.1090704@php.net> Date: Sun, 16 Oct 2005 18:17:02 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Antony Dovgal Cc: Wez Furlong , internals@lists.php.net References: <63.1B.22302.D2752534@pb1.pair.com> <4e89b4260510160826g57215f09t63f2bbc59a3196be@mail.gmail.com> <43527241.2070400@php.net> <43527558.5050902@zend.com> In-Reply-To: <43527558.5050902@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] sqlite on windows From: lsmith@php.net (Lukas Smith) Antony Dovgal wrote: > On 16.10.2005 19:31, Lukas Smith wrote: > >> Wez Furlong wrote: >> >>> It's a linkage/dependency problem; ext/sqlite holds the sqlite2 PDO >>> driver, and PDO is a shared extension. >> >> >> Ok .. can then someone enable the php_sqlite.dll in our sample >> php.ini's then? I dont have the karma .. > > > If we enable any of *.dll in php.ini by default, PHP installation won't > work anymore out-of-the-box. > Because it'll _require_ setting extension_dir too. Whats the problem requiring that they set this? Most people do anyways .. no? Either way if we don't then we need to make it clear in the changelog that this means that sqlite needs to be enabled manually. regards, Lukas