Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80546 invoked from network); 10 Sep 2008 15:32:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 15:32:02 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:40218] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/00-30769-078E7C84 for ; Wed, 10 Sep 2008 11:32:02 -0400 Received: from office.vbulletin.com ([217.155.246.60] helo=[10.0.0.116]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1KdRfa-0001uM-B2; Wed, 10 Sep 2008 16:31:57 +0100 Message-ID: <48C7E860.3080609@macvicar.net> Date: Wed, 10 Sep 2008 16:31:44 +0100 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Daniel Henning CC: internals@lists.php.net References: <1133720364@web.de> In-Reply-To: <1133720364@web.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This should go on the main bug tracker rather in PECL, there isn't a seperate release on PECL any more for PDO extensions. I can reproduce this on Windows but only with VC6 builds. The VC9 builds are working without issue. [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite From: scott@macvicar.net (Scott MacVicar) This should go on the main bug tracker rather in PECL, there isn't a seperate release on PECL any more for PDO extensions. I can reproduce this on Windows but only with VC6 builds. The VC9 builds are working without issue. I'll look when I'm using a Windows machine. Scott Daniel Henning wrote: > 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 >