SQL Server integration is not working. Even after adding extension=sqlsrv to php.ini as described in below card. This is definitely the highest priority. #11
I found in what was the error. The error was because the script enables PHP extensions via phpenmod. In default, phpenmod enable modules only for cli env. I rewrote PHP extensions section. Now, seems all ok. Test it, please. I tested script via phpinfo() function. nginx+php-fpm, apache2
I found in what was the error. The error was because the script enables PHP extensions via phpenmod. In default, phpenmod enable modules only for cli env. I rewrote PHP extensions section. Now, seems all ok. Test it, please. I tested script via phpinfo() function. nginx+php-fpm, apache2