php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35149 MSSQL functions incompatible with SQL Server 2005
Submitted: 2005-11-08 07:10 UTC Modified: 2007-08-28 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: lukasoz at bigpond dot net dot au Assigned:
Status: No Feedback Package: Documentation problem
PHP Version: Irrelevant OS: XP SP2, Server 2003, *nix
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lukasoz at bigpond dot net dot au
New email:
PHP Version: OS:

 

 [2005-11-08 07:10 UTC] lukasoz at bigpond dot net dot au
Description:
------------
Per the following link, DB Library based interfaces (ntwdblib.dll, FreeTDS) are deprecated in Server 2005:

http://msdn.microsoft.com/data/mdac/default.aspx?pull=/library/en-us/dnmdac/html/data_mdacroadmap.asp

SQL Server 2005 uses the new SQL Native Client (SQLNCLI) API. This *may* be compatible with pdo_odbc.

If the above is indeed true, it would be nice if there were a warning on the MSSQL pages regarding SQL Server 2005 compatibility.

Thanks for all the great code, and sorry to "bug" you ;-)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-11 09:45 UTC] wez@php.net
dblib should continue to work to talk to sql server (the network protocol hasn't changed enough to break this); it's only the dblib API that has been deprecated (for a long while now).

pdo_odbc works with sql server 2005; I performed a decent amount of tests against the beta version using both the traditional and the newer "SQL Native Client" versions of the ODBC drivers.
 [2007-08-20 13:16 UTC] vrana@php.net
What should be documented then?
 [2007-08-28 01:00 UTC] phpdoc 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: Fri Mar 29 09:01:28 2024 UTC