php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17117 mssql_connect crashes with NS6
Submitted: 2002-05-09 09:23 UTC Modified: 2002-05-09 17:23 UTC
From: CharlesK at netgaintechnology dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.1.2 OS: Windows 2000 Server
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: CharlesK at netgaintechnology dot com
New email:
PHP Version: OS:

 

 [2002-05-09 09:23 UTC] CharlesK at netgaintechnology dot com
This sounds very weird and impossible but I can reproduce it.

Create a virtual website in IIS 5.0, enable basic and windows authentication, disable anonymous access, have some php code that will try to connect to SQL Server 2000.  Try to view the page with IE6 and NS6.  IE6 will work fine NS6 does not.  

I am working on upgrading to 4.2.0 but I have some code to change in my sites because sid doesnt appear to work in 4.2.0.

How could this happen?

Charles Killmer

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-09 09:53 UTC] CharlesK at netgaintechnology dot com
It actually only happens with one website.  I have not yet been able to create a new website that behaves this way.
:(

Charles Killmer
 [2002-05-09 15:20 UTC] CharlesK at netgaintechnology dot com
Looking through error logs and IIS log files I found something that seems related.

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2002-05-09 19:11:11
#Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status time-taken cs(User-Agent) cs(Cookie) cs(Referer) 
2002-05-09 00:53:49 [IP Omitted] - [IP Omitted] 80 GET /robots.txt - 404 0 NG/1.0 - -
2002-05-09 00:53:55 [IP Omitted] - [IP Omitted] 80 GET /index.php3 - 200 6203 NG/1.0 - -

[PHP Error Log]
[08-May-2002 19:53:56] PHP Warning:  MS SQL:  Unable to connect to server:  [IP Omitted] in E:\Sites\[Website Name Omitted]\index.php3 on line 29

Looks like it happens on ordinary websites with whatever generates a User Agent of NG/1.0

Charles Killmer
 [2002-05-09 17:23 UTC] CharlesK at netgaintechnology dot com
Well I dont know what to say.  Now NS6 is working just fine on that site.  Maybe just a fluke or maybe something was actually happening.  

Charles Killmer
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 13:01:29 2024 UTC