php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36044 The specified CGI application misbehaved by not returning..
Submitted: 2006-01-17 09:57 UTC Modified: 2006-01-25 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: mbaroz at gmail dot com Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5CVS-2006-01-17 (CVS) OS: Windows 2003 Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mbaroz at gmail dot com
New email:
PHP Version: OS:

 

 [2006-01-17 09:57 UTC] mbaroz at gmail dot com
Description:
------------
I have had this bug also inPHP 4.x(latest) and also after upgradingto version 5.1 i still have the same problem 
We are working on a Windows 2003 Advanced server , IIS - 6 
PHP in CGI mode.
When working in frames i get this error randomally:

"
The specified CGI application misbehaved by not returning a complete set of HTTP headers"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-17 10:03 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2006-01-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2006-01-27 17:09 UTC] gerland at buffalo dot edu
Well, I have found this problem on both a W2K server runnind IIS5 and PHP 4.4.2 and on a W2003 server running IIS6.

What I found was that I had this type of an include statement:

<?php include("http://server/xxx.php"); ?>

it would return the "misbehaved" error message.

When I change that line to:

<?php include("../xxx.php"); ?>

The error message went away and the page displayed just fine.

Hope this helps narrow down the search to a possible problem with the include statement in php 4.4.2

Jim...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC