I'm working on a Symfony 3.4 application. I'm using SQL Server 2017 and PHP 7.0.29. I created a Symfony command that is supposed to send emails. when i run it i got this Exception : in PDOconnection.php line 47 could not find driver
it looks like an installation problem, but i have installed all the required php drivers and i added them in my php.ini :
extension=php_sqlsrv_7_nts_x64.dll
extension=php_pdo_sqlsrv_7_nts_x64.dll
extension=php_sqlsrv_7_ts_x64.dll
extension=php_pdo_sqlsrv_7_ts_x64.dll
in my phpinfo i have sqlsrv and pdo_sqlsrv extensions, and i even can log in into my application and see data from DB.