Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76536 invoked from network); 31 Aug 2011 16:20:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 16:20:21 -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:35459] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/32-64150-44F5E5E4 for ; Wed, 31 Aug 2011 12:20:20 -0400 Received: from [192.168.1.38] (ppp-93-104-53-200.dynamic.mnet-online.de [93.104.53.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 4299F776D6; Wed, 31 Aug 2011 18:20:17 +0200 (CEST) To: Matthew Weier O'Phinney Cc: internals@lists.php.net In-Reply-To: <83.E2.44790.1784E5E4@pb1.pair.com> References: <4E5DACD6.1000002@sugarcrm.com> <4E5DB4E8.4030509@lerdorf.com> <4E5DBE4A.6010403@sugarcrm.com> <4E5DC1BE.1000800@sugarcrm.com> <4E5DCCE4.1090302@lerdorf.com> <83.E2.44790.1784E5E4@pb1.pair.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Aug 2011 18:20:16 +0200 Message-ID: <1314807616.1382.11.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 beta & tests From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2011-08-31 at 10:42 -0400, Matthew Weier O'Phinney wrote: > On 2011-08-31, Rasmus Lerdorf wrote: > > I am down to 34 test failures compiling against mysqlnd instead of libmysql > > > > http://codepad.org/ZV8imUuc > > > > I did have to set MYSQL_TEST_SOCKET=/var/run/mysqld/mysqld.sock in my > > environment though. It was defaulting to /tmp/mysql.sock You can also use --with-mysql-sock=DIR, with mysqlnd we don't know what was set on MySQL side. > I've noticed this on Ubuntu for the last year or two; the extension does not > appear to honor the default_socket config directive. Which extension? - Mind that the three MySQL extensions all have their own ini setting. johannes