Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83507 invoked by uid 1010); 16 Oct 2005 15:45:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83492 invoked from network); 16 Oct 2005 15:45:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2005 15:45:17 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:43273] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9A/D0-22302-C8572534 for ; Sun, 16 Oct 2005 11:45:17 -0400 Received: (qmail 25078 invoked from network); 16 Oct 2005 15:45:12 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 16 Oct 2005 15:45:12 -0000 Message-ID: <43527558.5050902@zend.com> Date: Sun, 16 Oct 2005 19:44:24 +0400 User-Agent: Thunderbird 1.4.1 (X11/20051006) MIME-Version: 1.0 To: Lukas Smith CC: Wez Furlong , internals@lists.php.net References: <63.1B.22302.D2752534@pb1.pair.com> <4e89b4260510160826g57215f09t63f2bbc59a3196be@mail.gmail.com> <43527241.2070400@php.net> In-Reply-To: <43527241.2070400@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] sqlite on windows From: antony@zend.com (Antony Dovgal) 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. -- Wbr, Antony Dovgal