Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45421 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45534 invoked from network); 27 Aug 2009 13:58:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2009 13:58:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=andre.huebner@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andre.huebner@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: andre.huebner@gmx.de X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Linux 2.6 Received: from [213.165.64.20] ([213.165.64.20:59549] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/D0-39706-9E0969A4 for ; Thu, 27 Aug 2009 09:58:03 -0400 Received: (qmail invoked by alias); 27 Aug 2009 13:57:59 -0000 Received: from p54B53650.dip0.t-ipconnect.de (EHLO platz17) [84.181.54.80] by mail.gmx.net (mp004) with SMTP; 27 Aug 2009 15:57:59 +0200 X-Authenticated: #1706803 X-Provags-ID: V01U2FsdGVkX1+t2ss+Mj+tNiPkNjDdf1Yf79ZMEsTQ3KCkB4HHlA rb9pEjA2cclTVf Message-ID: <4128BF09267547E9A3E13B09E27E6B50@nmm.local> To: Cc: "Alexey Zakhlestin" References: <85CF8C8323A74D3495369A4D67FD66D6@nmm.local> Date: Thu, 27 Aug 2009 15:57:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.63 Subject: Re: [PHP-DEV] 5.2.10 - odd behavior- page outputed twice From: andre.huebner@gmx.de (=?UTF-8?Q?Andre_H=C3=BCbner?=) >> Is it reproducible with simple page? something like: >> > echo "Hello, world!\n"; >> ?> i tried some situations but in my case all works fine. on other machine same cms with same page shows up correctly. (same rpms installed) problem seems to be outputbuffering: index.php of sefrengo does in line 37 ob_start() if i deactivate this line page works correctly. next is line 433 in index.php of sefrengo, there is a eval(); if ob_start in line 37 is active but this line gets deactivated the page also works ok. the eval in this case evaluates an "echo $output". $output contains a html-div, some text etc. which is modifying main-html in 5.2.10 complete page is outputed twice, returning to 5.2.9 page is ok >> Also, you can ask your CMS's authors if they know about this problem i think problem is unknown but will ask there. maybe we succeed to isolate problem. Thanks, Andre