0
I can’t get the PDO_SQL extension into PHP at all I am with Wampserver with PHP Version 7.1.9 in php.ini the extensions are like this:
extension=php_pdo_sqlsrv_7_ts_x64.dll
extension=php_sqlsrv_7_ts_x64.dll
The files are in the php extension directory correctly but in phpinfo, the sqlsrv does not enter at all surround this script below to test but the false return
<?php
var_dump(extension_loaded('pdo_sqlsrv'));
?>
I do not know what else to do for these extensions to work, I have tried everything including in other machines who can give me a helping hand thank you very much
Joab