|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2007-10-17 11:15 UTC] richardtector at thekeelecentre dot com
Description: ------------ This is just a feature request for persistent connections support for MSSQL. I realise this is likely already on the todo list, I just wanted to register interest in it. I would be very happy to do any testing required. Is anybody already working on this? Patchespdo_dblib.patch (last revision 2015-05-07 12:36 UTC by amila at cenango dot lk)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 18:00:01 2025 UTC |
Nope, running $dbh = new PDO('dblib:host=localhost:1433;dbname=test', $user, $pass, array( PDO::ATTR_PERSISTENT => true )); errors saying the driver doesn't support it. Warning: PDO::__construct() [pdo.--construct]: SQLSTATE[IM001]: Driver does not support this function: driver does not support setting attributes in [file path].php on line ##