0
I’m trying to create a connection with Sqlserver through PHP 7.2 NTS, and even trying all possible combinations of DDL’s I’m not even getting up the built-in server.
my setting is as follows:
->Win10 x64 / PHP 7.2.13;
->Configuração de acesso à DLL:
extension=php_sqlsrv_72_nts_x64.dll
extension=php_pdo_sqlsrv_72_nts_x64.dll
I’m using the built-in PHP server.
When trying to run any application, and even the php --version
the following message is displayed in the console:
PHP Warning: PHP Startup: Unable to load Dynamic library 'php_sqlsrv_72_nts_x64.dll' (tried: F:php ext php_sqlsrv_72_nts_x64.dll (Could not find the module specified. ), F:php ext php_php_sqlsrv_72_nts_x64.dll.dll (Unable to find specified module. )) in Unknown on line 0
Can you point out where you downloaded these dlls?
– gmsantos
Maybe this one reply help you...
– LipESprY
downloaded from microsoft’s website. https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-2017
– DouglasBzzz