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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 15:01:31 2025 UTC