Prior to PHP 4.04 there were two dll's(php_mssql65.dll, and php_mssql7.dll I
believe), but as of 4.04 there is only one which is php_mssql.dll.  If you
are using 4.04 then I assume thats your problem.  Otherwise I would suspect
you are trying to set the path where the extension declarations are rather
than where it asks for extensions_dir which should be c:\php\extensions\.
--
phill

""Michael Hall"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to add PHP's MS SQL functionality to my Windows NT server.
>
> My problem appears to be the extension_dir entry in the PHP.ini.   I've
> tried every conceivable way to enter it (the files are actually in
> C:\PHP\extensions), using absolute and relative paths, forward slashes,
> backslashes, and whatever combinations I can think of.
>
> Each time, I get the same error, which is that it can't load dynamic
library
> '<whatever path I entered>/php_mssql70.dll'
>
> Can anyone help me?
>
> Michael Hall
> Database Engineer
> Prairie Fire Web Design
> [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to