From: [EMAIL PROTECTED]
Operating system: Win 2K
PHP version: 4.0.6
PHP Bug Type: IIS related
Bug description: CGI Error
when using the simple script of :
<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>
I get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
Noticed other are reporting same problems on the News Groups..
--
Edit bug report at: http://bugs.php.net/?id=12061&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]