Blog Post

SQL Server Blog
1 MIN READ

Hotfix: Microsoft Drivers 5.10.1 for PHP for SQL Server Released

David-Engel's avatar
David-Engel
Iron Contributor
Jun 17, 2022

We recently released an update to Microsoft Drivers for PHP for SQL Server, version 5.10.1. The update addresses a couple issues in the 5.10 release.

 

Fixed issues

  • Fixed User-Assigned Managed Identity (ActiveDirectoryMsi) Authentication when specifying a UID
  • Removed block on ActiveDirectoryIntegrated authentication

 

Install

  • On Linux and macOS run the commands below:

 

sudo pecl install sqlsrv
sudo pecl install pdo_sqlsrv

 

 

  • Windows DLLs for PHP 7.4 or above can be downloaded as a package from Microsoft, or from the PECL repository for SQLSRV or PDO_SQLSRV.
  • Direct downloads for released binaries can also be found at the Github release tag.

 

David Engel

Published Jun 17, 2022
Version 1.0
No CommentsBe the first to comment