Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13656 invoked from network); 23 Mar 2012 09:37:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2012 09:37:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.21 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.21 smtp1.ist.utl.pt Linux 2.6 Received: from [193.136.128.21] ([193.136.128.21:32769] helo=smtp1.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/47-16309-D544C6F4 for ; Fri, 23 Mar 2012 04:37:34 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.ist.utl.pt (Postfix) with ESMTP id BFC1C700045A; Fri, 23 Mar 2012 09:37:30 +0000 (WET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp1.ist.utl.pt ([127.0.0.1]) by localhost (smtp1.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id oAIe7N6oXafm; Fri, 23 Mar 2012 09:37:30 +0000 (WET) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 654AA7000456; Fri, 23 Mar 2012 09:37:30 +0000 (WET) Received: from slws007.slhq.int (a79-168-248-114.cpe.netcabo.pt [79.168.248.114]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id E7525200D079; Fri, 23 Mar 2012 09:37:29 +0000 (WET) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "PHP Internals" , "Stas Malyshev" References: <4F6C097E.7090001@sugarcrm.com> Date: Fri, 23 Mar 2012 10:37:26 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: =?utf-8?Q?N=C3=BAcleo_de_Eng=2E_Biom=C3=A9di?= =?utf-8?Q?ca_do_I=2ES=2ET=2E?= Message-ID: In-Reply-To: <4F6C097E.7090001@sugarcrm.com> User-Agent: Opera Mail/11.61 (Win32) Subject: Re: fix for 61418 breaks win32 build From: glopes@nebm.ist.utl.pt ("Gustavo Lopes") On Fri, 23 Mar 2012 06:26:22 +0100, Stas Malyshev wrote: > Commit 714f1ff4b37c5101b3c61ea108a3d415f41e50df is breaking win32 build > and causing bug #61482. I am reverting this commit. Gustavo, please > check the code and see if you can improve the fix so it does not break > win32. The reproduction details are in the bug 61482. Actually, Dmitry and I were discussing this issue yesterday on IRC (check your logs). He too detected the problem and had reverted the fix for bug #61418. The fix for bug #61482 may be simple and I will both reinstate my fix for bug #61418 and correct it, but I'll only be able to test it more thoroughly during the weekend. -- Gustavo Lopes