Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40434 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65971 invoked from network); 10 Sep 2008 14:33:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 14:33:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=danhen@web.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danhen@web.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain web.de from 217.72.192.248 cause and error) X-PHP-List-Original-Sender: danhen@web.de X-Host-Fingerprint: 217.72.192.248 fmmailgate07.web.de Linux 2.4/2.6 Received: from [217.72.192.248] ([217.72.192.248:41986] helo=fmmailgate07.web.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/1D-30769-5CAD7C84 for ; Wed, 10 Sep 2008 10:33:43 -0400 Received: from web.de by fmmailgate07.web.de (Postfix) with SMTP id 66F5F40A1 for ; Wed, 10 Sep 2008 16:33:39 +0200 (CEST) Received: from [91.40.23.245] by freemailng6001.web.de with HTTP; Wed, 10 Sep 2008 16:33:39 +0200 Date: Wed, 10 Sep 2008 16:33:39 +0200 Message-ID: <1133720364@web.de> MIME-Version: 1.0 To: internals@lists.php.net Organization: http://freemail.web.de/ X-Provags-Id: V01U2FsdGVkX18U3w9V1BaMXuOHwKCYD0yfPs4WghbGRpMnjj3ZAYJeN2Ff2 7TR2IR90nQruMhc1HXHtRAcfeZCnygxawZWxDDUUuedY3jMxJ0= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: PHP 5.3 Windows builds, pdo_sqlite From: danhen@web.de (Daniel Henning) Hi lists, there is a Problem with pdo_sqlite in PHP 5.3. (downloaded half an hour ago from snaps) I've sent a report here : http://pecl.php.net/bugs/bug.php?id=14098 Anyway php_pdo_sqlite_external doesn't have this problem but isn't available in 5.3 windows-builds anymore. Is it possible to activate this extension by default since it is the same source like "normal" pdo_sqlite? kind regards, Daniel