ID:               15612
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Output Control
 Operating System: Windows XP
 PHP Version:      4.1.1
 New Comment:

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?


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

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

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

[2002-02-19 16:50:51] [EMAIL PROTECTED]

Here's some more info about what's going on.

NOTE: Since the websites are being hosted on my computer, if they
cannot be accessed it might be that the computer is not on or the port
is blocked (port 80 is sometimes blocked by my ISP to keep out the code
red virus)

The address is : http://fatalerror.getmyip.com:88/apply.phps
http://fatalerror.getmyip.com/apply.phps

In IE6 it would constantly refresh.
In Mozilla and Opera it would load up some of the file and then stop.
Once and a while it would load the whole thing but not often.
In Netscape 6 it would only load up part of the file then stop.
Netscape 4.78 was the only browser to load up the phps file every time
completely. The following is the access log for some of the browsers.

"GET /apply.phps HTTP/1.1" 200 40748 "-" ... IE 6
"GET /apply.phps HTTP/1.1" 200 417309 "http://fatalerror.getmyip.com/";
... Opera
"GET /apply.phps HTTP/1.0" 200 416590 "-" ... Netscape 4.78

I get a similar error with another website. 
http://legaciesleft.getmyip.com:88
http://legaciesleft.getmyip.com
With this website, they work great on the hosted computer and somewhat
worked for network computers. But once I try to access it from the
internet, it rarely works. If I get the full page at all, it has some
garbage characters in it.

THe flush() worked on one site but when I tried using the flush() on
this website, it only made it work for network computers. For computers
on the internet, it still wouldn't work. And regarding phps files, I
can't use flush() at all.

Let me know if you need any more information.

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

[2002-02-18 22:54:58] [EMAIL PROTECTED]

now is this a memory limit problem or is it something else?

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

[2002-02-18 22:51:02] [EMAIL PROTECTED]

Somewhat related to "Bug #14529 script doesn't always finish output".

I just finished writing a script that is 82 Kb big. The script runs
fine with no errors but when I converted it to a phps and viewed it, It
would constantly refresh inside the window. 

I was able to fix a problem with a similar incident by putting flush()
functions in a loop with many many print and echo statements. That
fixed that but I can't do that with the phps file.

I have the website availeable if needed.

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


-- 
Edit this bug report at http://bugs.php.net/?id=15612&edit=1

Reply via email to