Click to See Complete Forum and Search --> : NT4.0 + IIS4


Anon
11-20-2000, 12:25 PM
i'm having problems with php.ini . My OS is WIN NT 4.0 with IIS4.
php is not finding the dll's files. My extension_dir is correct, because the error is

Call to undefined function: mssql_connect() !
when i discoment the line
extension=php_mssql70.dll

the error is
unable to load the dynamic library c:\php\extensions\php_mssql70.dll
what i have to do????

Anon
11-23-2000, 11:59 AM
Check the path for the extension...

I use NT4 on IIS4 and have php.ini in my c:\winnt directory and have it like this:

extension_dir = ..\php4\extensions

(so my extension dir is located in c:\php4\extensions)

HTH,
Martin.