php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10201 php_mssql70.dll cannot be loaded
Submitted: 2001-04-06 06:37 UTC Modified: 2001-06-30 15:18 UTC
From: stefand at rila dot bg Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.4pl1 OS: Windows 2000
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stefand at rila dot bg
New email:
PHP Version: OS:

 

 [2001-04-06 06:37 UTC] stefand at rila dot bg
I use php4.0.4 as CGI on Windows 2000 Advanced Server. If I don't include php_mssql70.dll in php.ini everything works perfect. When I try to include it I receive the error Warning : Unable to load dynamic library 'C:\php\extensions\php_mssql70.dll' - The specified module could not be found.

However I tried the same on Windows 2000 Server (not Advanced) and it works!?!
Is there any difference or can be the reason in some of the Hot Fixes that are installed on the Advanced Server?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 15:18 UTC] fmk@php.net
If you don have the client tools for MSSQL Server installed on the server, the php extension will not load.

You get the client tools from the SQL Server CD or by copying the file ntwdblib.dll to \winnt\system32.

I recoment that you install the tools from the CD. This will allow you to configure protocols, server aliases and other parameters.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC