Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86002 invoked from network); 11 Sep 2008 11:34:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2008 11:34:15 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:23131] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/06-54311-63209C84 for ; Thu, 11 Sep 2008 07:34:14 -0400 Message-ID: <0E.06.54311.63209C84@pb1.pair.com> To: internals@lists.php.net Date: Thu, 11 Sep 2008 07:34:31 -0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 References: <1134391844@web.de> In-Reply-To: <1134391844@web.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: [PHP-DEV] PHP 5.3 Windows builds, pdo_sqlite From: auroraeosrose@gmail.com (Elizabeth M Smith) Daniel Henning wrote: > Hi Pierre, > >> Scott is working on the VC6 problem with libsqlite3. In the mean time >> you can use http://apachelounge.com builds for apache as they use VC9. > > That was one good hint with apachelounge. SQLite is working know with VC9 build but testing is still not > possible on Windows (at least for my companies applications). > As I found out now XML-support is gone also... ("Class 'DomDocument' not found") > > Thanks so far. > Kind regards, > Daniel Are you using the PHP 5.3 builds for VC9 from windows.php.net - but the apachelounge build of the apache server.... using the alpha2 for vc9 domdocument works for me php.exe" -r "$doc = new DomDocument(); var_dump($doc);" object(DOMDocument)#1 (0) { } Thanks, Elizabeth