php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33204 Windows 2003 SP1 IIS PHP 5 CGI strange behaviour
Submitted: 2005-05-31 18:29 UTC Modified: 2005-06-01 15:40 UTC
From: marco dot abaecherli at abf dot ch Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 5.0.4 OS: Windows 2003 SP 1
Private report: No CVE-ID: None
 [2005-05-31 18:29 UTC] marco dot abaecherli at abf dot ch
Description:
------------
After installing SP 1 on our Windows 2003 IIS 6 PHP 5.0.4 test web server, we get some problems in CGI Mode. In some cases the web server does not send the whole PHP generated HTML code to the client. The PHP file is allways executed to the end. The whole HTML code of the page is generated with echo() or as raw HTML. No PHP warnings or errrors are displayed. It occurs randomly on different pages and not allways on the same position.

Example: call page test.php -> the site is well displayed. Open a new browser window, call the same page -> the last part of the page will not be displayed. We can't figure out a rule. Sometimes it works, sometimes it dosn't.

Before installing SP1 everithing went ok. After installing SP1 PHP 5.0.4 ISAPI is still ok. We tested also PHP 4.3.7 CGI which is ok too.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-31 18:54 UTC] tony2001@php.net
>After installing SP 1 on our Windows 2003 IIS 6 PHP 5.0.4 
>test web server, we get some problems in CGI Mode.

So if it's clear that SP1 is causing it why do you report it here and not at bugs.microsoft.com ?

 [2005-06-01 15:40 UTC] marco dot abaecherli at abf dot ch
Thank's for your answer. We have already reported it to MS too. Of course do I know that it is not your first interest in fixing Windows (IIS) related PHP problems. The reason why I opend the bug report is, that there is a bug and involved are two components Windows 2003 SP1 IIS and PHP 5 CGI and FastCGI.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 11:01:31 2024 UTC