php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21706 PHP Access Violation on Bad URL from IE
Submitted: 2003-01-17 00:34 UTC Modified: 2003-01-19 18:03 UTC
From: pasmal at ihug dot co dot nz Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.0 OS: Windows 2000
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: pasmal at ihug dot co dot nz
New email:
PHP Version: OS:

 

 [2003-01-17 00:34 UTC] pasmal at ihug dot co dot nz
PHP 4.3.0 on IIS 5 (Win2k Server, SP3) crashes when I access the site using Internet Explorer (Versions 5.5 AND 6.0) with the following URLs:

'hostname/' and 'hostname'(minus the quotation marks)

However, 'http://hostname/' works, and so does 'http://hostname'.

The error message given is: 'PHP has encountered an Access Violation at 45524F4D'.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-17 09:02 UTC] hholzgra@php.net
Do you see a chance to use some debugging proxy
to retrieve the actual HTTP requests sent in
both cases?

there *should* be no difference in what the
browser sends in all 4 cases, but IE sometimes
does funny things, esp. when talking to iis ...
 [2003-01-18 21:29 UTC] pasmal at ihug dot co dot nz
I tried to reproduce it again today with no success, which is weird as I hadn't rebooted the server or IIS, and the initial problem was definitely reproducible (It was happening for at least 3-4 hours). Sorry.
 [2003-01-19 18:03 UTC] kalowsky@php.net
marking as bogus as user cannot reproduce it.  If it does happen again, please re-open the bug.  Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 14:01:28 2024 UTC