ID:               34071
 User updated by:  dennis at nocertainty dot com
 Reported By:      dennis at nocertainty dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         Output Control
 Operating System: Windows XP SP2
 PHP Version:      5CVS-2005-08-10 (dev)
 New Comment:

Also, I disabled PHP4 in my http.conf file, and it still doesn't work
properly in PHP5Dev. So I still believe there's a bug in PHP5.


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

[2005-08-10 19:44:50] dennis at nocertainty dot com

Rasmus is right. The telnet thing works because ob_gzhandler doesn't do
anything. As soon as a specify a Content-Encoding: gzip header, nothing
gets displayed again. So it's not my browser that's causing the
problem.

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

[2005-08-10 19:21:08] [EMAIL PROTECTED]

Not PHP problem then.

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

[2005-08-10 19:20:43] [EMAIL PROTECTED]

That's not a very good test since ob_gzhandler checks the request's
accept-encoding and since your telnet test didn't specify that you
could accept gzip or deflate, then the gzhandler simply didn't do
anything.

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

[2005-08-10 19:03:27] dennis at nocertainty dot com

You're right, that works, and I get the correct result.

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

[2005-08-10 18:56:29] [EMAIL PROTECTED]

Are you sure there is nothing shown in the "View Source" tab?
I'm almost sure your browser just hides binary output from you. So try
this:
telnet localhost 80
GET /script.php HTTP/1.0
<Enter>
<Enter>


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

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/34071

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

Reply via email to