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
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:
20 - 15 = ?
Subscribe to this entry?

 
 [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 Apr 19 08:01:28 2024 UTC