ID: 36044
Comment by: gerland at buffalo dot edu
Reported By: mbaroz at gmail dot com
Status: No Feedback
Bug Type: CGI related
Operating System: Windows 2003 Server
PHP Version: 5CVS-2006-01-17 (CVS)
New Comment:
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...
Previous Comments:
------------------------------------------------------------------------
[2006-01-25 01:00:05] 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-17 10:03:46] [EMAIL PROTECTED]
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-17 09:57:46] 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"
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36044&edit=1