Re: [PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Andre Hübner
Is it reproducible with simple page? something like: 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 deactiva

Re: [PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Alexey Zakhlestin
On Thu, Aug 27, 2009 at 12:15 PM, Andre Hübner wrote: > Hello, > > i am confronted with odd behavior of php 5.2.10. I compiled and packaged the > same way like other prior versions. > If i install 5.2.10 and reload page (sefrengo cms) the page is outputed > completely twice.when scrolling down i se

[PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Andre Hübner
Hello, i am confronted with odd behavior of php 5.2.10. I compiled and packaged the same way like other prior versions. If i install 5.2.10 and reload page (sefrengo cms) the page is outputed completely twice.when scrolling down i see same page again incl. etc. Downgrading to 5.2.9 solves pr