php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8333 Error Loading dll, for extensions
Submitted: 2000-12-20 09:03 UTC Modified: 2000-12-20 15:12 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: imran at schmim dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: NT 4.0 SP 6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: imran at schmim dot com
New email:
PHP Version: OS:

 

 [2000-12-20 09:03 UTC] imran at schmim dot com
I just installed php4.0.3pl1 on a system running Windows NT 4.0 and IIS 4.0 .. They're both updated, etc.
PHP works fine ..
Until I try and load an extension. The one specifically that I'm trying to load is "php_mssql70.dll" .. But when I start services it gives me an error.
In the PHP.INI file, I've got my extension directory set to:
c:\php\extensions

Whenever I start w3svc, I get an "Error Loading c:\php\extensions/php_mssql70.dll" 

See the problem? That one "/" ... And I'm not sure where its coming from. I can't seem to find anyone else with the same problem.

Imran Ahmed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-20 09:16 UTC] imran at schmim dot com
Also tried to enter in:
c:\php\extensions\
for the extension_dir .... 
and Again it came up with a similar error message.

except it said that It could not find:
c:\php\extensions\php_mssql70.dll

Notice that the third "\" is a "\" and not a "/" like in the previous try.

Still no resolution.

imran
 [2000-12-20 13:27 UTC] imran at schmim dot com
No matter what I've tried.. basically it says
"The specified module could not be found"


 [2000-12-20 13:42 UTC] imran at schmim dot com
Error only occurs with php_mssql70.dll, i believe.
 [2000-12-20 15:12 UTC] imran at schmim dot com
Apparently php_mssql70.dll requires a couple different SQL dll's to be loaded. (These also come with the network client for SQL by microsoft) You shouldn't have this problem if your SQL server and Web Server are on the same machine.

And these are needed on NT 4.0 as well.

You need at least ntwdblib.dll  which comes with the PHP4 distribution .. and at least one of the following:

dbmsadsn.dll
dbmsrpcn.dll
dbmsshrn.dll
dbmssocn.dll	for tcp/ip connections
dbmsspxn.dll	for ipx/spx connections
dbmsvinn.dll
dbnmpntw.dll	for netbios connections

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 23:01:30 2024 UTC