php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10839 Crashes (critical on W2k)
Submitted: 2001-05-13 08:56 UTC Modified: 2002-06-02 13:53 UTC
From: hmd at mail dot ru Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.5 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hmd at mail dot ru
New email:
PHP Version: OS:

 

 [2001-05-13 08:56 UTC] hmd at mail dot ru
Hm, just I've upgraded to 4.0.5 on both my win9x and win2k server.

Win2k IIS 5.0 server crashes when these HTTP headers have to be sent:

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Sun, 13 May 2001 12:52:16 GMT
Connection: close
X-Powered-By: PHP/4.0.5
Accept-Ranges: bytes
Content-Length: 76974
Content-Type: image/jpeg
ETag: "-1230377055aaf882b4b9e8578d36c32e96f180c403"
Filename: 345.jpg
Vary: ETag
Last-Modified: Sat, 12 May 2001 14:30:07 GMT


Behaviour on Apache is a bit little less critical (running on win9x), just pops an illegal instruction window and you can continue, while IIS stops processing PHP at all, even PWS (toned down IIS4) that is running on win9x just stops responding.

Probably it's the "Filename" header, which I've just forgot to remove... Shouldn't... (I didn't get the source code of new v4.0.5 to debug, so, can't point out quickly where's the problem. But watch this bug entry, I'll probably do this).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-02 13:53 UTC] derick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

PHP 4.2.1 should have greatly improved support for Windows, please reopen if this release still give problems.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC