[PHP-DEV] Bug #48843

2009-12-28 Thread Andre Hübner

Hello,

sorry, but i can not leave comments to Bugs with status Bogus:
http://bugs.php.net/bug.php?id=48843

Is this Bug really fixed/complete discovered ? In 5.3.1 my logfile is still 
flooded with deprecated Messages.

PHP-Settings are

log_errors = OFF
error_reporting  =  E_ALL  ~E_NOTICE  ~E_DEPRECATED

timezone is also set which was in relation to duplicate reports:
date.timezone = Europe/Berlin

how to solve this if it is really not a bug?

Thanks,
Andre 



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Bug #48843

2009-12-28 Thread Andre Hübner

Hello,



I'm not 100% sure, but I believe this is related:
http://bugs.php.net/bug.php?id=50251


ohh yes, did not found this report by previously searches :/
Thanks, could use this patch...

Andre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[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. doctype 
html /html etc.

Downgrading to 5.2.9 solves problem and page looks like intended.
somebody has already heard of problems like this? i do not really know in 
which direction to look, current buglist contains no fitting descriptions..
i guessed a relation to bug #48994 but was not confirmed, also current 
5.2.11rc2 showed odd behavior.


Any ideas?

Thanks,
Andre 



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



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:
?php
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 



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] Re: PHP 5.3.1 RC 1

2009-08-07 Thread Andre Hübner

http://bugs.php.net/bug.php?id=48880 is reason enough to want a
release soon - PHP 5.3 died a very fast death in production here.


for me too. this bug makes 5.3.0 unusable for me. svn is not an option for 
production environment.


Thanks,
Andre


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php