Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64759 invoked from network); 9 Sep 2011 17:32:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 17:32:42 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.117 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.117 rcsinet15.oracle.com Received: from [148.87.113.117] ([148.87.113.117:64858] helo=rcsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/06-33036-4BD4A6E4 for ; Fri, 09 Sep 2011 13:32:38 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p89HWVS9015646 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Sep 2011 17:32:32 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p89HWUKs010439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Sep 2011 17:32:30 GMT Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p89HWOV7031059 for ; Fri, 9 Sep 2011 12:32:24 -0500 Received: from [10.159.230.145] (/10.159.230.145) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 09 Sep 2011 10:32:24 -0700 Message-ID: <4E6A4DA7.1050009@oracle.com> Date: Fri, 09 Sep 2011 10:32:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <4E6A46A3.4010205@lsces.co.uk> <4E6A4A76.4010809@oracle.com> In-Reply-To: <4E6A4A76.4010809@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4E6A4DB1.0054:SCFMA922111,ss=1,re=-4.000,fgs=0 Subject: Re: [PHP-DEV] Running PDO tests .... From: christopher.jones@oracle.com (Christopher Jones) On 09/09/2011 10:18 AM, Christopher Jones wrote: > > > On 09/09/2011 10:02 AM, Lester Caine wrote: >> I'm not having much luck running the pdo_firebird tests ... >> >> I've got as far as building with >> ./configure --disable-all --with-interbase=/opt/fb25cs --enable-pdo --with-pdo-firebird=/opt/fb25cs --with-sqlite3 --with-pdo-sqlite >> Having first tried JUST the pdo_firebird driver, but the test are still being skipped, because there is no driver. >> >> What am I missing here? >> > > Triple-check everything from the start: > - Any configure errors about unrecognized options? > - Is there any configure message about firebird? > - What does 'php -m' show? > - are you running 'make test TESTS=pdo_firebird' ? > - if not, are you using the right php binary? > - does a simple script work? > And: - does ext/pdo_firebird/tests/common.phpt have the right connection details? Chris -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/