php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25720 The Specified CGI application misbehaved
Submitted: 2003-10-01 14:26 UTC Modified: 2003-10-01 20:43 UTC
From: brian dot weatherhead at wgint dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.3 OS: Win 2000 SP4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: brian dot weatherhead at wgint dot com
New email:
PHP Version: OS:

 

 [2003-10-01 14:26 UTC] brian dot weatherhead at wgint dot com
Description:
------------
Used the install binary, dowloaded today (10/1/2003).

1. /php/DLL contents copied to /system32 (and permissions set)
2. c:\php folder permissions set
3. can run c:\php\php.exe -i no errors reported
4. permissions set on /winnt/php.ini
5. permissions set on /winnt/system32/php4ts.dll
6. target file DOES exist.
7. .htm in same IIS folder works fine.
8. doc_root = ***BLANK****
9. cgi.force_redirect = 0
10. Permissions for above double checked (IUSR_LOCAL### has full control).
11. c:\php.exe test.php  generated expected output
12. Home directory set for scripts and exec.
13. Tried several different .php files, same result.

Reproduce code:
---------------
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>

Expected result:
----------------
PHP Info results

Actual result:
--------------
<head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HTTP headers.  The headers it did return are:<p><p><pre></pre>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-01 20:43 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC