Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48854 invoked from network); 31 Aug 2011 05:54:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 05:54:18 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:53648] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/FD-50561-88CCD5E4 for ; Wed, 31 Aug 2011 01:54:17 -0400 Received: by iadk27 with SMTP id k27so562317iad.29 for ; Tue, 30 Aug 2011 22:54:14 -0700 (PDT) Received: by 10.42.189.69 with SMTP id dd5mr7414icb.152.1314770053886; Tue, 30 Aug 2011 22:54:13 -0700 (PDT) Received: from [192.168.200.3] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id a9sm3563137ibi.9.2011.08.30.22.54.12 (version=SSLv3 cipher=OTHER); Tue, 30 Aug 2011 22:54:12 -0700 (PDT) Message-ID: <4E5DCCE4.1090302@lerdorf.com> Date: Tue, 30 Aug 2011 22:55:48 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Thunderbird/3.1.12 MIME-Version: 1.0 To: Stas Malyshev CC: PHP Internals References: <4E5DACD6.1000002@sugarcrm.com> <4E5DB4E8.4030509@lerdorf.com> <4E5DBE4A.6010403@sugarcrm.com> <4E5DC1BE.1000800@sugarcrm.com> In-Reply-To: <4E5DC1BE.1000800@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 beta & tests From: rasmus@lerdorf.com (Rasmus Lerdorf) 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 -Rasmus