Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55339 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68421 invoked from network); 9 Sep 2011 17:36:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 17:36:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:61069] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/D6-33036-A9E4A6E4 for ; Fri, 09 Sep 2011 13:36:27 -0400 Received: by yxi13 with SMTP id 13so1535194yxi.29 for ; Fri, 09 Sep 2011 10:36:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=h46SecqZqnzb7m3MCUy2aR2sk7C9VAiuwul4qZKHyk8=; b=Py9jhhHuShjfgWEAG/uYk+6IilzHqV0xRFxy+xzbvB6lE1XAI5W5hKIi1zSSDPyfOe CqnGvYhX3vSPWXKOHHp174NBuGEbE/8pUd7xlPthY7YVE5HhxJ9GjqnvyrkCWy8ckeE0 k47quPSE5ptGfWnPP/NKby9ABjdrFQOozNLpE= Received: by 10.100.205.1 with SMTP id c1mr2127178ang.46.1315589781169; Fri, 09 Sep 2011 10:36:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.33.19 with HTTP; Fri, 9 Sep 2011 10:36:01 -0700 (PDT) In-Reply-To: <4E6A4A76.4010809@oracle.com> References: <4E6A46A3.4010205@lsces.co.uk> <4E6A4A76.4010809@oracle.com> Date: Fri, 9 Sep 2011 22:36:01 +0500 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Running PDO tests .... From: confik@gmail.com (Alexey Shein) 2011/9/9 Christopher Jones : > > > 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=3D/opt/fb25cs --enable-pdo >> --with-pdo-firebird=3D/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: > =C2=A0- Any configure errors about unrecognized options? > =C2=A0- Is there any configure message about firebird? > =C2=A0- What does 'php -m' show? > =C2=A0- are you running 'make test TESTS=3Dpdo_firebird' ? Actually, it should be 'make test TESTS=3Dext/pdo_firebird' > =C2=A0- if not, are you using the right php binary? > =C2=A0- does a simple script work? > > -- > Email: christopher.jones@oracle.com > Tel: =C2=A0+1 650 506 8630 > Blog: =C2=A0http://blogs.oracle.com/opal/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Regards, Shein Alexey