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.
..
Previous Comments:
------------------------------------------------------------------------
[2003-10-01 14:26:54] 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>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25720&edit=1