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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
35 + 4 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 21:01:27 2024 UTC