Skip to content

Commit f0111bc

Browse files
authored
Merge pull request #2432 from Hadis-Fard/release-notes
updated release 4.3 notes
2 parents 4499ac3 + 32d77a1 commit f0111bc

1 file changed

Lines changed: 35 additions & 27 deletions

File tree

docs/connect/php/release-notes-for-the-php-sql-driver.md

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Release Notes for the PHP SQL Driver | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/19/2017"
4+
ms.date: "07/12/2017"
55
ms.prod: "sql-non-specified"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -20,38 +20,46 @@ manager: "jhubbard"
2020
# Release Notes for the PHP SQL Driver
2121
[!INCLUDE[Driver_PHP_Download](../../includes/driver_php_download.md)]
2222

23-
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)].
2624

27-
Full 64-bit support
25+
## What's New in Version 4.3
2826

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).
3136

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
3848

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.
4053

4154
## 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).
5563

5664
## What's New in Version 2.0
5765
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

Comments
 (0)