php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50843 php fails to load php_pdo_mssql.dll
Submitted: 2010-01-26 08:55 UTC Modified: 2010-01-26 09:23 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: umut at nevsehir dot edu dot tr Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.12 OS: windows
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: umut at nevsehir dot edu dot tr
New email:
PHP Version: OS:

 

 [2010-01-26 08:55 UTC] umut at nevsehir dot edu dot tr
Description:
------------
after enabling the php_pdo_mssql.dll in the php.ini ,
i get the following error:
PHP Warning:  PHP Startup: Unable to load dynamic library 
'c:/php/ext/php_pdo_mssql.dll' - The specified module could not be 
found.\r\n in Unknown on line 0

i tried 5.2.5 , also it gives the same error.

Reproduce code:
---------------
enable 

extension=php_pdo_mssql.dll

in the php.ini


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-26 09:23 UTC] pajoye@php.net
Not a bug, you have to install the mssql driver (not the php extension but for the ntwdblib.dll) dependency (vc crt 2005).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC