|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-27 03:40 UTC] msvitok at elektra dot drp dot fmph dot uniba dot sk
[2001-04-16 06:23 UTC] jmoore@php.net
[2001-06-12 12:38 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
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.