Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55312 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98406 invoked from network); 8 Sep 2011 17:37:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2011 17:37:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes.schlueter@oracle.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes.schlueter@oracle.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 141.146.126.227 cause and error) X-PHP-List-Original-Sender: johannes.schlueter@oracle.com X-Host-Fingerprint: 141.146.126.227 acsinet15.oracle.com Received: from [141.146.126.227] ([141.146.126.227:46291] helo=acsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/F2-06796-84DF86E4 for ; Thu, 08 Sep 2011 13:37:12 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p88Hb6iV023497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 8 Sep 2011 17:37:08 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p88Hb5YE012955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2011 17:37:06 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p88Hb0Q1014044; Thu, 8 Sep 2011 12:37:00 -0500 Received: from [192.168.2.230] (/93.104.47.208) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 08 Sep 2011 10:37:00 -0700 To: Remi Collet Cc: PHP Internals In-Reply-To: <4E68FAA0.8070008@fedoraproject.org> References: <4E61EE07.8030402@lsces.co.uk> <1315053753.2311.15.camel@guybrush> <1315241561.2119.15.camel@guybrush> <4E68F471.9000308@fedoraproject.org> <4E68FAA0.8070008@fedoraproject.org> Content-Type: text/plain; charset="UTF-8" Organization: Oracle Corporation Date: Thu, 08 Sep 2011 19:36:57 +0200 Message-ID: <1315503417.1430.574.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4E68FD44.00DE:SCFMA922111,ss=1,re=-4.000,fgs=0 Subject: Re: [PHP-DEV] mysqlnd shared, test fails From: johannes.schlueter@oracle.com (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-09-08 at 19:25 +0200, Remi Collet wrote: > Le 08/09/2011 18:59, Remi Collet a =C3=A9crit : > > Test report : >=20 > Just a little issue : > With --enable-mysqlnd=3Dshared, > the extension is not load during test, so, all test fail... I think it is loaded, but in the wrong order. I'll look into it. johannes