Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82651 invoked from network); 13 Jun 2013 17:24:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2013 17:24:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 108.166.43.91 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 108.166.43.91 smtp91.ord1c.emailsrvr.com Linux 2.6 Received: from [108.166.43.91] ([108.166.43.91:39611] helo=smtp91.ord1c.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/91-09386-6400AB15 for ; Thu, 13 Jun 2013 13:24:22 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp4.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 64CCE140147; Thu, 13 Jun 2013 13:24:19 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp4.relay.ord1c.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 7D132140124; Thu, 13 Jun 2013 13:24:17 -0400 (EDT) Message-ID: <51BA0041.3070509@sugarcrm.com> Date: Thu, 13 Jun 2013 10:24:17 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Pierre Joye CC: PHP internals References: <51B984D2.4060401@sugarcrm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: test bug60322 From: smalyshev@sugarcrm.com (Stas Malyshev) 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. 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. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227