ID: 12358 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: PWS related Operating System: windows 98 PHP Version: 4.0.6 New Comment:
I'm getting the same problem. It's not about setting cgi.force_redirect=0 in php.ini, that was for a different problem and that one is now fixed. So what is causing this error? Any help greatly appreciated! CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Previous Comments: ------------------------------------------------------------------------ [2002-06-25 03:55:17] [EMAIL PROTECTED] set cgi.force_redirect=0 in your php.ini ------------------------------------------------------------------------ [2001-08-20 12:04:57] [EMAIL PROTECTED] no feedback. ------------------------------------------------------------------------ [2001-07-25 06:30:11] [EMAIL PROTECTED] provide a short example script, and it's output when run from the command line. save this as test.php: <?php echo "hello world!\n" ?> and see what you get. it should be st. like this: c:\temp>php test.php X-Powered-By: PHP/4.0.7-dev Content-type: text/html hello world! c:\temp> If that's ok (i. e. the first three lines are the same as shown above, I suggest you turn on logging errors in php.ini, request a PHP script thru PWS, and check the error log. ------------------------------------------------------------------------ [2001-07-25 05:58:53] [EMAIL PROTECTED] I has installed php4.0 from www.php.net.My os is windows 98 and i am using PWS.when I run any php program in browser I am getting 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: whn I run php.exe in dos prompt I am getting the html file correctly.While running in the browser,I am getting the above error. Any body please help me My email id is [EMAIL PROTECTED] bye suresh ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=12358&edit=1
