php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36090 mssql_pconnect not always making connection
Submitted: 2006-01-19 17:38 UTC Modified: 2006-01-27 01:00 UTC
From: kguiry at pac dot ie Assigned:
Status: No Feedback Package: MSSQL related
PHP Version: 5.1.2 OS:
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: kguiry at pac dot ie
New email:
PHP Version: OS:

 

 [2006-01-19 17:38 UTC] kguiry at pac dot ie
Description:
------------
Intermittantly mssql_pconnect does not return a connection the my server. The problem gets worse over time and once I restart IIS it disappears for a short time before reappearing again. I have connections to two servers the local server on which the PHP scripts reside uses mssql_pconnect and the connections to the remote server use mssql_connect.

Reproduce code:
---------------
$dbh = mssql_pconnect "WEBSRVR",account,password);


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-19 18:13 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2006-01-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC