Skip to content Skip to sidebar Skip to footer

Pdo Sql Server Extension Faulting Intermittently

I'm getting intermittent Error 101 connection reset and Error 15 Socket Not Connected from my dev server after switching database drivers. The reason seems to be the PDO Sqlsrv dri

Solution 1:

There is an updated version that adds support for SQL Server 2012, though I don't know if that will help.

http://www.microsoft.com/download/en/details.aspx?id=17308

Does the non-PDO version of the driver cause the same problems?

Solution 2:

This was apparently the result of an incorrect server configuration. Reinstalling the server from scratch and using PHP 5.3.9, Apache 2.2.21 and the sqlsrv driver 2.0 worked with fresh copies of the php.ini and httpd.conf files. I believe I improperly copied some settings from the old server's configuration which caused wonky behavior.

Post a Comment for "Pdo Sql Server Extension Faulting Intermittently"