ID: 14222 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Windows XP Pro PHP Version: 4.0.6 New Comment:
I ALSO HAVE THIS PROBLEM !! I tried several combinations of apache ( 1.3x, 2.0beta) and php (4.06, 4.11) and i get too this weird output. and the output is irregular if i reload. i have windows xp german too. this is defenitly a problem caused by windows xp, scince my old configuration under winnt worked fine , but after updating to xp some files fail. it looks like it depends on the php file size, not on the code in the php file. example: www.videofiles.de/andre/dmmain.php - try with netscape, as iexplorer not even loads the page. hope this problem gets fixed soon, as i cannot go back to nt neither win2000 greetz from germany!! (wish i could use linux...) Previous Comments: ------------------------------------------------------------------------ [2002-01-11 08:30:52] [EMAIL PROTECTED] I've a similar probleme with Apache 3.2.22, PHP 4.1.0 and mysql. I obtain a page correctly generated when i call it from localhost but it seem that don't work on the net (Cannot display... or the source of page is not correct some data from mysql database are mixed with the source, and sometime there's a another HTTP-header in the middle of the page. I don't understand why because, if i call the page by the internet address from the server it's work at 100%. I try the same page from a another computer on the LAN, and it's seem work at 60%, sometime i met the same mistakes that there was via internet. So if you can help me ! Thx ! ------------------------------------------------------------------------ [2001-11-29 14:19:35] [EMAIL PROTECTED] I set up my Computer new, this time with XP German (last time XP eng), still have the problems, but not that hard than last time. Just as info :) btw when php 4.1.0 will be released now? ------------------------------------------------------------------------ [2001-11-26 07:30:10] [EMAIL PROTECTED] OK, its like i expected. When you fill out a loop (any kind of one) with enough data it happens (a overflow??) <? //create an array with 100 items with different informations for($i=0;$i<100;$i++){ srand((double)microtime()*1000000); $testarray[] = md5(uniqid(rand())); } ?> <table> <? //output from this array, 3 times for enougth data for($i=0;$i<100;$i++){ ?> <tr> <td> <font face="Tahoma, Tahoma, Tahoma" size="1" color="black" style="text-decoration:none"> <a href="#" target="top"><?=$testarray[$i]?></a></font> </td> <td> <font face="Tahoma, Tahoma, Tahoma" size="1" color="black" style="text-decoration:none"> <a href="#" target="top"><?=$testarray[$i]?></a></font> </td> <td> <font face="Tahoma, Tahoma, Tahoma" size="1" color="black" style="text-decoration:none"> <a href="#" target="top"><?=$testarray[$i]?></a></font> </td> </tr> <? };?> </table> ------------------------------------------------------------------------ [2001-11-26 07:14:15] [EMAIL PROTECTED] Its not reproduce able (thats why called weird) specially the output is always diffrent and irregular... i'll test it in the office (also with XP) ------------------------------------------------------------------------ [2001-11-26 07:09:14] [EMAIL PROTECTED] Please include a SHORT example script that can be used to reproduce this. And also try PHP 4.1.0 (will be released today/tomorrow) --Jani ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=14222 Edit this bug report at http://bugs.php.net/?id=14222&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]