ID: 15612 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Output Control Operating System: Windows XP PHP Version: 4.1.1 New Comment:
Oh, and I get this with .php files that have a large output. It didn't happen before when I had PHP 4.06 and Windows ME. It happens sometimes with phpMyAdmin pages too. Previous Comments: ------------------------------------------------------------------------ [2002-03-30 22:57:09] [EMAIL PROTECTED] Hello I have been having the same problem but I didn't realize it was because of the page size. WindowsXP Pro Apache 1.3.23 PHP 4.1.2 Also some browsers just show the cut off page, some rapidly refresh ------------------------------------------------------------------------ [2002-02-26 21:17:20] [EMAIL PROTECTED] .phps is handled differently and there _is_ known problem ;) We should get rid of ".phps" support for PHP5 perhaps. ------------------------------------------------------------------------ [2002-02-26 19:27:37] [EMAIL PROTECTED] I tested it out on a windows 98 machine and it seemed to work. At least the apply.phps file. > What is your SAPI, IIS, Apache or else? Apache > What is your output_buffer It was 4096 then i tried On and Off > zlib.output_compression Off > and output_handler settings? Blank ------------------------------------------------------------------------ [2002-02-26 09:59:59] [EMAIL PROTECTED] Hmm. I don't have problem with my linux. Windows specific may be. What is your SAPI, IIS, Apache or else? What is your output_buffer, zlib.output_compression and output_handler settings? ------------------------------------------------------------------------ [2002-02-25 22:54:32] [EMAIL PROTECTED] I ran the same thing (apply.phps) under windows 98 and it seemed to work. Although here is a script that will produce the same result when i host it on XP: <?PHP print "<TABLE NOWRAP BORDER=1>"; //for ($j = 0; $j < 500; $j++) { for ($j = 0; $j < 200; $j++) { print "<TR>"; for ($i=0; $i< 10; $i++) print "<TD NOWRAP>Row $j -- Column $i</TD>"; print "</TR>\n"; } print "</TABLE>"; ?> ------------------------------------------------------------------------ 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/15612 -- Edit this bug report at http://bugs.php.net/?id=15612&edit=1