You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This topic discusses what was added in the each version of the [!INCLUDE[ssDriverPHP](../../includes/ssdriverphp_md.md)].
24
-
## What's New in Version 4.0
25
-
Support for PHP 7.0
23
+
This topic discusses what was added in each version of the [!INCLUDE[ssDriverPHP](../../includes/ssdriverphp_md.md)].
26
24
27
-
Full 64-bit support
25
+
## What's New in Version 4.3
28
26
29
-
## What's New in Version 3.2
30
-
Support for PHP 5.6
27
+
- Support for PHP 7.1
28
+
- Support for Mac OS Sierra and Mac OS El Capitan
29
+
- Support for Ubuntu 15.10, and Debian 8
30
+
- Dropped support for Ubuntu 15.04
31
+
- Support for Always On Availability groups via Transparent Network IP Resolution. For more information, see [Connection Options](../../connect/php/connection-options.md).
32
+
- Added support for sql_variant data type with limitation.
33
+
- Idle Connection Resiliency support in Windows. For more information, see [Connection Options](../../connect/php/connection-options.md).
34
+
- Connection pooling support for Linux and macOS. For more information, see [Connection Pooling](../../connect/php/connection-pooling-microsoft-drivers-for-php-for-sql-server.md).
35
+
- Support for Azure Active Directory Authentication with ActiveDirectoryPassword and SqlPassword. For more information, see [Connection Options](../../connect/php/connection-options.md).
31
36
32
-
Includes latest updates for prior PHP versions 5.5 and 5.4
33
-
34
-
Requires Microsoft ODBC Driver 11 for SQL Server
35
-
36
-
## What's New in Version 3.1
37
-
Support for PHP 5.5
37
+
## What's New in Version 4.0
38
+
39
+
- Support for PHP 7.0
40
+
- Full 64-bit support
41
+
- Support for Ubuntu 15.04, Ubuntu 16.04, and RedHat 7
42
+
43
+
## What's New in Version 3.2
44
+
45
+
- Support for PHP 5.6
46
+
- Includes latest updates for prior PHP versions 5.5 and 5.4
47
+
- Requires Microsoft ODBC Driver 11 for SQL Server
38
48
39
-
Requires Microsoft ODBC Driver 11 for SQL Server. Previous versions required SQL Native Client.
49
+
## What's New in Version 3.1
50
+
51
+
- Support for PHP 5.5
52
+
- Requires Microsoft ODBC Driver 11 for SQL Server. Previous versions required SQL Native Client.
40
53
41
54
## What's New in Version 3.0
42
-
Support for PHP 5.4. PHP 5.2 is not supported in version 3 of the [!INCLUDE[ssDriverPHP](../../includes/ssdriverphp_md.md)].
43
-
44
-
AttachDBFileName connection option is added. For more information, see [Connection Options](../../connect/php/connection-options.md).
45
-
46
-
Support for LocalDB, which was added in [!INCLUDE[ssSQL11](../../includes/sssql11_md.md)]. For more information, see [PHP Driver for SQL Server Support for LocalDB](../../connect/php/php-driver-for-sql-server-support-for-localdb.md).
47
-
48
-
AttachDBFileName connection option is added. For more information, see [Connection Options](../../connect/php/connection-options.md).
49
-
50
-
Support for the high-availability, disaster recovery features. For more information, see [PHP Driver for SQL Server Support for High Availability, Disaster Recovery](../../connect/php/php-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).
51
-
52
-
Support for client-side cursors (caching a result set in-memory). For more information, see [Cursor Types (SQLSRV Driver)](../../connect/php/cursor-types-sqlsrv-driver.md) and [Cursor Types (PDO_SQLSRV Driver)](../../connect/php/cursor-types-pdo-sqlsrv-driver.md).
53
-
54
-
The PDO::ATTR_EMULATE_PREPARES attribute has been added. See [PDO::prepare](../../connect/php/pdo-prepare.md) for more information.
55
+
56
+
- Support for PHP 5.4. PHP 5.2 is not supported in version 3 of the [!INCLUDE[ssDriverPHP](../../includes/ssdriverphp_md.md)].
57
+
- AttachDBFileName connection option is added. For more information, see [Connection Options](../../connect/php/connection-options.md).
58
+
- Support for LocalDB, which was added in [!INCLUDE[ssSQL11](../../includes/sssql11_md.md)]. For more information, see [PHP Driver for SQL Server Support for LocalDB](../../connect/php/php-driver-for-sql-server-support-for-localdb.md).
59
+
- AttachDBFileName connection option is added. For more information, see [Connection Options](../../connect/php/connection-options.md).
60
+
- Support for the high-availability, disaster recovery features. For more information, see [PHP Driver for SQL Server Support for High Availability, Disaster Recovery](../../connect/php/php-driver-for-sql-server-support-for-high-availability-disaster-recovery.md).
61
+
- Support for client-side cursors (caching a result set in-memory). For more information, see [Cursor Types (SQLSRV Driver)](../../connect/php/cursor-types-sqlsrv-driver.md) and [Cursor Types (PDO_SQLSRV Driver)](../../connect/php/cursor-types-pdo-sqlsrv-driver.md).
62
+
- The PDO::ATTR_EMULATE_PREPARES attribute has been added. For more information, see [PDO::prepare](../../connect/php/pdo-prepare.md).
55
63
56
64
## What's New in Version 2.0
57
65
In version 2.0, support for the PDO_SQLSRV driver was added. For more information, see [PDO_SQLSRV Driver Reference](../../connect/php/pdo-sqlsrv-driver-reference.md).
0 commit comments