sql server - IIS 7 PHP Unable to load dynamic library -
i installed php , php manager on iis machine through web installer thing. can run web page php in fine, wont load libraries correctly. want connect ms sql database, got dll , put in ext folder wont load:
php warning: php startup: unable load dynamic library 'c:\php\ext\php_sqlsrv_52_ts_vc6.dll' - specified module not found.
in php.ini extention_dir set c:/php/ext, , file there. in fact spits out error every single external dll referenced 10 of them, there. suggestions?
edit:
i fixed issue manually downloading version 5.3.3 of php off of php windows website. pointed iis new exe , had load 53 vc9 version of sqlserv dll. ended working.
try this:
Comments
Post a Comment