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
Copy file name to clipboardExpand all lines: docs/connect/php/download-drivers-php-sql-server.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Download the Microsoft Drivers for PHP for SQL Server"
3
3
description: "Download the Microsoft Drivers for PHP for SQL Server to develop PHP applications that connect to SQL Server and Azure SQL Database."
4
4
ms.custom: ""
5
-
ms.date: "01/29/2021"
5
+
ms.date: 01/20/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -19,15 +19,15 @@ On Linux and macOS, the drivers for PHP are easily downloaded and installed usin
19
19
20
20
## Download
21
21
22
-
Microsoft Drivers 5.9 for PHP for SQL Server is the latest general availability (GA) version.
22
+
Microsoft Drivers 5.10 for PHP for SQL Server is the latest general availability (GA) version.
23
23
24
-
**[ Download Microsoft Drivers for PHP for SQL Server (Windows)](https://go.microsoft.com/fwlink/?linkid=2152937)**
25
-
[GitHub Release Tag v5.9.0 (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.9.0)
24
+
**[ Download Microsoft Drivers for PHP for SQL Server (Windows)](https://go.microsoft.com/fwlink/?linkid=2185805)**
25
+
[GitHub Release Tag v5.10.0 (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.0)
26
26
27
27
### Version information
28
28
29
-
- Release number: 5.9.0
30
-
- Released: January 29, 2021
29
+
- Release number: 5.10.0
30
+
- Released: January 31, 2022
31
31
32
32
If you have feedback, the best way to contact the Microsoft Drivers for PHP for SQL Server team is by filing an issue on the [GitHub repository](https://github.com/Microsoft/msphpsql/issues).
Copy file name to clipboardExpand all lines: docs/connect/php/microsoft-php-drivers-for-sql-server-support-matrix.md
+80-69Lines changed: 80 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Microsoft Drivers for PHP Support Matrix"
3
3
description: "This page contains the support matrix and support lifecycle policy for the Microsoft PHP Drivers for SQL Server."
4
4
ms.custom: ""
5
-
ms.date: "01/29/2021"
5
+
ms.date: 01/24/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -27,19 +27,20 @@ The following Microsoft PHP Drivers are supported, until the indicated End of Su
27
27
28
28
|Driver Name|Driver Package Version|End of Mainstream Support|
29
29
|-|:-:|-|
30
+
|Microsoft PHP Drivers 5.10 for SQL Server|5.10|January 31, 2027|
30
31
|Microsoft PHP Drivers 5.9 for SQL Server|5.9|January 29, 2026|
31
32
|Microsoft PHP Drivers 5.8 for SQL Server|5.8|January 31, 2025|
32
33
|Microsoft PHP Drivers 5.6 for SQL Server|5.6|February 21, 2024|
33
34
|Microsoft PHP Drivers 5.3 for SQL Server|5.3|July 20, 2023|
34
35
|Microsoft PHP Drivers 5.2 for SQL Server|5.2|February 9, 2023|
35
36
|Microsoft PHP Drivers 4.3 for SQL Server|4.3|July 6, 2022|
36
-
|Microsoft PHP Drivers 4.0 for SQL Server|4.0|July 11, 2021|
37
37
| | | |
38
38
39
39
The following Microsoft PHP Drivers are no longer supported.
40
40
41
41
|Driver Name|Driver Package Version|End of Mainstream Support|
42
42
|-|:-:|-|
43
+
|Microsoft PHP Drivers 4.0 for SQL Server|4.0|July 11, 2021|
43
44
|Microsoft PHP Drivers 3.2 for SQL Server|3.2|March 9, 2020|
44
45
|Microsoft PHP Drivers 3.1 for SQL Server|3.1|December 12, 2019|
45
46
|Microsoft PHP Drivers 3.0 for SQL Server|3.0|March 6, 2017|
@@ -50,90 +51,100 @@ The following Microsoft PHP Drivers are no longer supported.
50
51
## SQL Server Version Certified Compatibility
51
52
The following matrix lists database versions that have been tested and certified as compatible with the corresponding driver version. We strive to maintain backward compatibility with previous driver versions, but only the latest supported driver is tested and certified with new SQL Server versions as SQL Server is released.
For information about using PHP with Azure SQL Database, see [Connecting to Microsoft Azure SQL Database](connecting-to-microsoft-azure-sql-database.md).
68
69
69
70
## PHP Version Support
70
71
71
72
The following versions of PHP are supported with the listed version of the Microsoft PHP Drivers:
Copy file name to clipboardExpand all lines: docs/connect/php/release-notes-php-sql-driver.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Release Notes for the Microsoft Drivers for PHP
3
3
description: This page discusses what was changed in each version of the Microsoft Drivers for PHP for SQL Server.
4
4
ms.custom: ""
5
-
ms.date: 01/29/2021
5
+
ms.date: 01/18/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: v-davidengel
@@ -34,6 +34,33 @@ For any questions, ask GeneMi or CraigG.
34
34
Thanks a lot. 2019-03-28 (DevO= 1467988)
35
35
-->
36
36
37
+
## 5.10
38
+
[Download Windows Package](https://go.microsoft.com/fwlink/?linkid=2185805)
39
+
[GitHub Release Tag (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.0)
40
+
41
+
### Version information
42
+
43
+
- Release number: 5.10.0<sup>1</sup>
44
+
- Released: January 31, 2022
45
+
46
+
### What's new in 5.10
47
+
48
+
| New item | Details |
49
+
| :------- | :------ |
50
+
| Added support for PHP 8.1. | |
51
+
| Dropped support for PHP 7.3. | |
52
+
| Dropped support for macOS Mojave, Ubuntu 16.04, Alpine 3.11 and 3.12. | |
53
+
| Added support for Windows 11 and Windows Server 2022. | |
54
+
| Added support for macOS Monterey, Debian 11, Ubuntu 21.04 and 21.10, Alpine 3.13, 3.14 and 3.15. | |
55
+
| Added support for Apple M1 ARM64 hardware. | Requires ODBC Driver 17.8 or above. |
56
+
| Added support for Table-valued Parameters. | |
57
+
| Allowed setting PDO::ATTR_EMULATE_PREPARES at the connection level. | |
58
+
| Adjusted connection keyword and value validation for more flexibility. | |
59
+
60
+
<sup>1</sup> This release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute will occur. This warning may be suppressed when using an older ODBC driver. If using SQLSRV, check [How to: Configure Error and Warning Handling Using the SQLSRV Driver](./how-to-configure-error-and-warning-handling-using-the-sqlsrv-driver.md). If using PDO_SQLSRV, warnings are by default suppressed but can be logged. Check [Logging Activity](./logging-activity.md) for details.
61
+
62
+
## Previous releases
63
+
37
64
## 5.9
38
65
39
66
[Download Windows Package](https://go.microsoft.com/fwlink/?linkid=2152937)
@@ -64,8 +91,6 @@ Thanks a lot. 2019-03-28 (DevO= 1467988)
64
91
65
92
<sup>1</sup> This release requires ODBC Driver 17.4.2 or above. Otherwise, a warning about failing to set an attribute will occur. This warning may be suppressed when using an older ODBC driver. If using SQLSRV, check [How to: Configure Error and Warning Handling Using the SQLSRV Driver](./how-to-configure-error-and-warning-handling-using-the-sqlsrv-driver.md). If using PDO_SQLSRV, warnings are by default suppressed but can be logged. Check [Logging Activity](./logging-activity.md) for details.
0 commit comments