📜 ⬆️ ⬇️

The PDO MSSQL driver (pdo_sqlsrv) for PHP7 is out

image

A small note for those who, by the nature of their activities, work with the MSSQL database through PDO,
Now this feature has appeared in PHP7

What is PDO and why you should use it can be found in this article:
')
habrahabr.ru/post/137664

Download the driver here:

github.com/Azure/msphpsql/releases/tag/v4.0.2

Installation is reduced only to copying the corresponding * .dll to the PHP \ ext folder and connecting to php.ini
This is a preliminary version, but quite working, at least there were no problems with 2 days of use,
works great!

Source: https://habr.com/ru/post/281991/


All Articles