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 no
Have you checked the "extension_dir" in php.ini??
I got fed up with the path statements, so I simply put the dll's I need
in system32, and it works fine. Not a good lookin solution, but it works
in my test environment (in production we use Linux).
/Johan
macky wrote:
>
> Im using Win2K (w/serv