php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48743 PHP_MSSQL.DLL extension missing from Windows binary disribution
Submitted: 2009-06-30 16:29 UTC Modified: 2009-06-30 17:50 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: esvinson at gmail dot com Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 5.3.0 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 - 26 = ?
Subscribe to this entry?

 
 [2009-06-30 16:29 UTC] esvinson at gmail dot com
Description:
------------
It appears that the mssql extension was left out of the final 5.3.0 Windows binary build.  php_mssql.dll and ntwdblib.dll were included with 5.3.0 RC3 and RC4, but appear to have been left out of the final release.

Reproduce code:
---------------
N/A

Expected result:
----------------
MSSQL extension included in Distribution

Actual result:
--------------
MSSQL extension is missing from the distribution.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-30 17:50 UTC] pajoye@php.net
duplicated. It is sadly expected as the required SDK cannot be used anymore (VC6) and is not available anymore for VC9 builds.

There is already a bug about that issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 02:01:30 2024 UTC