php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9694 module not found
Submitted: 2001-03-12 01:51 UTC Modified: 2002-02-28 05:42 UTC
From: rashdanmn at hotmail dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.2 OS: WinNT4
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: rashdanmn at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-03-12 01:51 UTC] rashdanmn at hotmail dot com
Hai..

Try to do a mssql connect and get this error 


Unable to load dynamic library 
`d:\php402/php_mssql70.dll'.The specified module could not be found. 

Thanks.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-12 02:53 UTC] rashdanmn at hotmail dot com
Hai..

try to connect to mssql and got this error

Unable to load dynamic library `d:\php402/php_mssql70.dll'- The specified module could not be found.

Here are my configuration in php.ini

Path and directories;
...
extension_dir	=	d:\php402    ;./	

Dynamic extension;
...

;Windows Extensions
;extension=php_nsmail.dll
;extension=php_calendar.dll
;extension=php_dbase.dll
;extension=php_filepro.dll
;extension=php_gd.dll
;extension=php_dbm.dll
;extension=php_mssql.dll
;extension=php_zlib.dll
;extension=php_filepro.dll
;extension=php_imap4r2.dll
;extension=php_ldap.dll
extension=php_mssql70.dll

;extension=php_crypt.dll
;extension=php_msql2.dll
;extension=php_odbc.dll


 [2001-06-12 10:51 UTC] dbeu@php.net
if php reports so, it'll most likely be that way :)
in newer versions there's only one mssql extension (php_mssql.dll) left.
also check the php_mssql.dll dependencies with http://www.dependencywalker.com
 [2002-02-27 01:08 UTC] kea at adon dot li
I try to connect a mssql database and get the error:

X-Powered-By: PHP/4.1.1 Content-type: text/html PHP Warning: Unable to load dynamic library 'C:\Inetpub\php\dlls/php_mssql.dll' - Das angegebene Modul wurde nicht gefunden. in Unknown on line 0 PHP Fatal error: Call to undefined function: mssql_connect() in c:\inetpub\wwwroot\dbconnection\dbconnection.php on line 3 

I think the problem is the slash 'c:\blabla/php_mssql.dll'.
 [2002-02-28 05:42 UTC] yohgaki@php.net
Kea,

Most likely not a bug. Ask support question to php-general or php-install lists.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC