Why is "extension = php_sqlsrv_53_nts.dll" not loading in my php when I check through phpinfo()?
PHP version 5.3.13 installed on my computer and 8 php_sqlsrv_ * DLL files extracted to the php ext folder. I added the line extension = php_sqlsrv_53_nts.dll to the php.ini file.
When I update my phpinfo, I never see sqlsrv there.
Any ideas?
source
share