At 15:20 09.05.2001 +0800, macky wrote:
>Im using Win2K (w/service pack 2 -- dont know if this is important), APACHE
>1.3.19 and PHP4
>
>im trying to load php_mssql70.dll
>
>but there's an error ..
>
>Unable to load dynamic library C:\PHP\extensions\php_mssql70.dll - The
>specified module could not be found...

which version are you using 4.0.4pl1 + ?

there's no mssql70.dll in this (and higher) release(s) anymore.
there's only php_mssql.dll left, which should be valid for MS-SQL server 
6.5/7.0/2000.
my guess is that you've only copied over a newer build over the older 
build, and php is now trying to load mssql70.dll which isn't compatible 
with the API NO.
use php_mssql.dll and delete the others...

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de


-- 
PHP Windows 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