[PHP-DEV] Bug #9694 Updated: module not found From: dbeu <email protected>
Date: 06/12/01

ID: 9694
Updated by: dbeu
Reported By: rashdanmn <email protected>
Old-Status: Open
Status: Closed
Bug Type: IIS related
Operating system:
PHP Version: 4.0.2
Assigned To:
Comments:

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

Previous Comments:
---------------------------------------------------------------------------

[2001-03-12 02:53:26] rashdanmn <email protected>
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-03-12 01:51:07] rashdanmn <email protected>
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.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9694&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>