php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7989 "Access Violation" "persistent connection"
Submitted: 2000-11-27 03:25 UTC Modified: 2001-06-12 12:38 UTC
From: msvitok at elektra dot drp dot fmph dot uniba dot sk Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.3pl1 OS: w2000 advanced server
Private report: No CVE-ID: None
 [2000-11-27 03:25 UTC] msvitok at elektra dot drp dot fmph dot uniba dot sk
os: win2000 advanced server
web server: IIS 5 + ISAPI PHP 4.0.3pl1
db server: MS SQL 7 (same machine)
used script:
<?php
  $conn = mssql_pconnect("sername","test","test") or die("error when connecting");
  $db = mssql_select_db ("Northwind", $conn) or die("error when selectin db");
?>

error msg: 
PHP has encountered an Access Violation at 73342F43

When I press Refresh in IE, in 50% results it's ok and in 50% I get that error message. If I change 'pconnect' to 'connect', no error apperars.

When I try Apache (module or cgi) instead of IIS, everything is ok.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 03:40 UTC] msvitok at elektra dot drp dot fmph dot uniba dot sk
After that error is IIS unstopable, the only way to stop it is command prompt 'kill -f' (or os restart).
 [2001-04-16 06:23 UTC] jmoore@php.net
ANd another access violation on IIS
 [2001-06-12 12:38 UTC] jmoore@php.net
Known bug.. lots of reports with more information, closing this one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC