Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59315 invoked from network); 14 Jan 2012 23:13:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2012 23:13:05 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:59456] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/60-55907-FFB021F4 for ; Sat, 14 Jan 2012 18:13:04 -0500 Received: from [192.168.2.230] (ppp-88-217-70-13.dynamic.mnet-online.de [88.217.70.13]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id B149C5F38F; Sun, 15 Jan 2012 00:13:00 +0100 (CET) To: Remi Collet Cc: PHP Internals In-Reply-To: <4F1069CF.50402@fedoraproject.org> References: <4F1069CF.50402@fedoraproject.org> Content-Type: text/plain; charset="UTF-8" Date: Sun, 15 Jan 2012 00:12:55 +0100 Message-ID: <1326582775.6462.4.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Harcoded mysql.sock path in mysqlnd extension From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2012-01-13 at 18:28 +0100, Remi Collet wrote: > I fill a bug : https://bugs.php.net/bug.php?id=60748 > (trivial patch proposed, shouldn't break anything) > > Just a notice, there is no mysqlnd component in bug tracker... > (or I was unable to find it...) In what case do you notice that? - ext/mysql, mysqli and PDO_mysql should override that. Only case I can see would be some mysqlnd plugin overriding the host. johannes > Remi. > >