php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12061 CGI Error
Submitted: 2001-07-11 13:42 UTC Modified: 2021-01-06 09:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: peters at connection dot ca Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.0.6 OS: Win 2K
Private report: No CVE-ID: None
 [2001-07-11 13:42 UTC] peters at connection dot ca
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..

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-11 14:19 UTC] phildriscoll@php.net
Your setup is just incorrectly configured. Please read the 
install.txt file for details of what you need to check. If 
you still have problems, post a query to the php-windows 
or php-install lists.

 [2004-10-01 20:32 UTC] Robert dot Jalarvo at Helsinki dot Fi
install. refers to documentation and documentation refers to install.txt
 [2004-10-05 19:40 UTC] Jammu dot Peltonen at Tuko dot se
Yeah, there is no Install.txt

The similiar file Install. directs you to read the Documentation, and the documentation directs you to read the Install.txt
 [2020-01-19 23:19 UTC] apanjiayu at gmail dot com
The following pull request has been associated:

Patch Name: Add i5_char_trim for IBM i
On GitHub:  https://github.com/php/pecl-database-ibm_db2/pull/9
Patch:      https://github.com/php/pecl-database-ibm_db2/pull/9.patch
 [2020-01-19 23:21 UTC] apanjiayu at gmail dot com
The following pull request has been associated:

Patch Name: Add array destructuring example to language.types.array
On GitHub:  https://github.com/php/doc-en/pull/19
Patch:      https://github.com/php/doc-en/pull/19.patch
 [2020-01-19 23:21 UTC] apanjiayu at gmail dot com
The following pull request has been associated:

Patch Name: protect master branches except for the pecl repos against force pushes
On GitHub:  https://github.com/php/karma/pull/4
Patch:      https://github.com/php/karma/pull/4.patch
 [2020-01-19 23:22 UTC] requinix@php.net
-Block user comment: No +Block user comment: Yes
 [2020-01-19 23:23 UTC] apanjiayu at gmail dot com
The following pull request has been associated:

Patch Name: Create cpanel
On GitHub:  https://github.com/php/pecl-caching-memcache/pull/5
Patch:      https://github.com/php/pecl-caching-memcache/pull/5.patch
 [2021-01-06 09:17 UTC] requinix@php.net
-Block user comment: No +Block user comment: Yes
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC