php-windows | 2001051
Date: 05/09/01
- Next message: Svensson, B.A.T. : "RE: [PHP-WIN] cgi error"
- Previous message: Johan Lundqvist: "Re: [PHP-WIN] Loading Database modules..error"
- In reply to: macky: "[PHP-WIN] Loading Database modules..error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 - daniel <email protected>
using php on windows? http://www.php4win.de
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Svensson, B.A.T. : "RE: [PHP-WIN] cgi error"
- Previous message: Johan Lundqvist: "Re: [PHP-WIN] Loading Database modules..error"
- In reply to: macky: "[PHP-WIN] Loading Database modules..error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

