Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29000 invoked from network); 5 Sep 2011 16:53:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2011 16:53:00 -0000 Authentication-Results: pb1.pair.com header.from=johannes.schlueter@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes.schlueter@oracle.com; spf=permerror; 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:54170] helo=acsinet15.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/90-25098-A6EF46E4 for ; Mon, 05 Sep 2011 12:52:59 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p85GqrG1026919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Sep 2011 16:52:55 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p85Gqrwo025509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2011 16:52:53 GMT Received: from abhmt110.oracle.com (abhmt110.oracle.com [141.146.116.62]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p85Gql6l000666; Mon, 5 Sep 2011 11:52:47 -0500 Received: from [192.168.2.230] (/93.104.40.61) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 05 Sep 2011 09:52:47 -0700 To: Lester Caine Cc: PHP internals In-Reply-To: <1315053753.2311.15.camel@guybrush> References: <4E61EE07.8030402@lsces.co.uk> <1315053753.2311.15.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Organization: Oracle Corporation Date: Mon, 05 Sep 2011 18:52:41 +0200 Message-ID: <1315241561.2119.15.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4E64FE67.0084:SCFMA922111,ss=1,re=-4.000,fgs=0 Subject: Re: [PHP-DEV] Why does mysqlnd get included in Linux 'core' PHP5 packages? From: johannes.schlueter@oracle.com (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2011-09-03 at 14:42 +0200, Johannes Schl=C3=BCter wrote: > mysqlnd is not yet default from php.net side but SuSE has chosen to do > so. Now there is one consequence: If mysqlnd is used it will be built > statically in PHP, even on Unix, even if the other MySQL modules are > built shared. This can be fixed by adding a specific configuration > option to enforce mysqlnd being build as its own shared .so, too. I didn't get it done today, but I created a bug for tracking this. https://bugs.php.net/bug.php?id=3D55609 johannes