Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19149 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29676 invoked by uid 1010); 24 Sep 2005 14:59:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29661 invoked from network); 24 Sep 2005 14:59:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2005 14:59:11 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:5357] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 56/04-24510-EB965334 for ; Sat, 24 Sep 2005 10:59:10 -0400 Received: from [10.0.0.11] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 87034857CD for ; Sat, 24 Sep 2005 16:59:06 +0200 (CEST) Message-ID: <433569C2.9070406@emini.dk> Date: Sat, 24 Sep 2005 16:59:14 +0200 User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Making sqlite shared extension in windows distribution of php-5.1 From: edink@emini.dk (Edin Kadribasic) We need to make sqlite into a shared extension (php_sqlite.dll) on Windows for the php-5.1 release. This is because PDO will be changed to be a shared extension too to accommodate for the possibility to release independent PECL versions of it between the regular PHP releases and ext/sqlite depends on it. In practice this means that Windows users will have to insert a single line into their php.ini file to enable sqlite2 support. Edin