> Hi,
> <?php
> header('Content-Type: text/html;');

Thats invalid. Either:
text/html; charset=iso-8859-1
or
text/html

but not with a trailing semicolon.



> breaks proper Content-Type detection.

... in a Browser, you mean?



> At least in the 1.6.3 version.

What has nginx to do with it and why is this
posted on nginx-devel? Unless you are posting
a patch, you should post to the nginx mailing
list.


Lukas

                                          
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to