Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88367 invoked from network); 13 Jun 2013 18:09:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2013 18:09:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:50022] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/D2-09386-ABA0AB15 for ; Thu, 13 Jun 2013 14:08:59 -0400 Received: by mail-la0-f49.google.com with SMTP id ea20so5615574lab.22 for ; Thu, 13 Jun 2013 11:08:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cUZnZcS0NzVj3UYo6W6YbASrOqazmlm/YqJorGo2vDI=; b=osGuFYkV4R1ly86aRLcQhDygjr/nP2PDjf53a49LxSsP8Z2WF07WAoU9OGkSVhvcfB pDaIb4B/7MxhgKMaU1C9kPhEPYlSbziNQGGmeXtWg+TbiAaTBpV9CN4ePHkKhXv0p997 4wo6M260gPqB+jSylZUMJKjfEZzABARuLx6r9dk9Nao4hCah8EqlQZ2Wo7tg4YrceDLp jSFsRcfnm1DUiOPVrdhnkomryGoPU2UdrgJfe0FYeK7EnlmAqgRYOD5vZRXRFFf9Hw65 7UgVCrSoITqsFSAdndcwmc5R2m3QQps4HmNR7396El/ete/JiD/fiYV6kxuYkKg6A6E0 wFuw== MIME-Version: 1.0 X-Received: by 10.112.164.164 with SMTP id yr4mr1851729lbb.88.1371146935846; Thu, 13 Jun 2013 11:08:55 -0700 (PDT) Received: by 10.112.138.135 with HTTP; Thu, 13 Jun 2013 11:08:55 -0700 (PDT) In-Reply-To: <51BA0041.3070509@sugarcrm.com> References: <51B984D2.4060401@sugarcrm.com> <51BA0041.3070509@sugarcrm.com> Date: Thu, 13 Jun 2013 20:08:55 +0200 Message-ID: To: Stas Malyshev Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: test bug60322 From: pierre.php@gmail.com (Pierre Joye) On Thu, Jun 13, 2013 at 7:24 PM, Stas Malyshev wrote: > Hi! > >> Fails on 5 boxes here. >> >> What's your settings? > > It would be much more useful to know what is *your* settings, since it > is where the tests are failing. But never mind, I think I know where the > problem is. Yes, but I have to wait until the rest of the team wake up to get the detailed settings and planed to post them here :) > The loop in the test: > > while(ob_get_clean()); > > is wrong, since it would terminate at first empty buffer. So if you have > multiple output buffers stacked (not sure how to create it with INI > alone, maybe some extensions do that?) the buffers will not be cleaned > properly by the time it gets to the var_dump, and thus the test would > work wrong. I'll try to simulate this situation and rewrite the test. Thanks! I will ask to run that test again and see if your commit fixes it. Cheers, -- Pierre @pierrejoye | http://www.libgd.org