php-windows Digest 5 Aug 2001 18:55:15 -0000 Issue 686
Topics (messages 8663 through 8664):
PHP3 vs PHP4
8663 by: Ruvinda
The specified CGI application misbehaved by not returning a complete set of HTTP
headers. The headers it did return are:
8664 by: Mike Barber
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Hi I'm doing a University project using PHP as the server side technology.
I want to publish this using my ISP's server. They say they support PHP3.
I'm currently learning PHP4. Is there a large difference between PHP3 and
PHP4. That is if I upload my PHP4 files will their server recognise them
and display them properly? Thanks.
I am running IIS 5 PHP 4, when ever i try to load a page like
http://localhost/page.php i get "The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it did return are:"
When i have a form post data(from a .html page to the page it will work fine. This is
frustrating at least, i have seen pages that are .php and load with out giving this
error.
Am i doing something wrong or what settings do i have to change?