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:

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


Previous Comments:
------------------------------------------------------------------------

[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>";
?>

------------------------------------------------------------------------

[2002-02-24 05:50:37] [EMAIL PROTECTED]

I think you have segfault. Could you try to run your scripts under Unix
like OS and send backtrace?

If you cannot, could you create short script that reproduce this?

------------------------------------------------------------------------

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

Reply via email to