Skip to content

Commit 5c40833

Browse files
authored
Merge pull request #5480 from David-Engel/LinkUpdates
New PHP driver download page
2 parents 5ceccea + e3e63a6 commit 5c40833

4 files changed

Lines changed: 53 additions & 2 deletions

File tree

docs/connect/php/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# [Overview](overview-of-the-php-sql-driver.md)
1111
## [System Requirements](system-requirements-for-the-php-sql-driver.md)
12+
## [Download Drivers for PHP for SQL Server](download-drivers-php-sql-server.md)
1213
## [Loading the drivers](loading-the-php-sql-driver.md)
1314
## [Configuring IIS](configuring-iis-for-php-sql-driver.md)
1415
## [PHP Linux and Mac drivers installation tutorial](installation-tutorial-linux-mac.md)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Download the Microsoft Drivers for PHP for SQL Server | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "04/09/2018"
5+
ms.prod: "sql-non-specified"
6+
ms.prod_service: "drivers"
7+
ms.service: ""
8+
ms.component: "php"
9+
ms.reviewer: ""
10+
ms.suite: "sql"
11+
ms.technology:
12+
- "drivers"
13+
ms.tgt_pltfrm: ""
14+
ms.topic: "article"
15+
caps.latest.revision: 8
16+
author: "MightyPen"
17+
ms.author: "genemi"
18+
manager: "jhubbard"
19+
ms.workload: "Active"
20+
---
21+
# Download the Microsoft Drivers for PHP for SQL Server
22+
23+
[!INCLUDE[Driver_PHP_Download](../../includes/driver_php_download.md)]
24+
25+
## Windows
26+
27+
The following versions of the drivers for PHP on Windows are available for download:
28+
29+
- [Microsoft Drivers 5.2 for PHP for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=56729)
30+
- [Microsoft Drivers 4.3 for PHP for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=55642)
31+
- [Microsoft Drivers 4.0, 3.2, 3.1, and 3.0 for PHP for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=20098)
32+
33+
## Linux and macOS
34+
35+
The drivers for PHP are easily downloaded and installed using PECL on Linux and macOS. See the [Linux and macOS installation tutorial](installation-tutorial-linux-mac.md) for details. If you need to install the drivers for PHP on Linux and macOS manually, the following versions are available for download:
36+
37+
- [Microsoft Drivers 5.2 for PHP for SQL Server](https://github.com/Microsoft/msphpsql/releases/tag/v5.2.0)
38+
- [Microsoft Drivers 4.3 for PHP for SQL Server](https://github.com/Microsoft/msphpsql/releases/tag/v4.3.0)
39+
40+
## See also
41+
42+
[Getting Started with the Microsoft Drivers for PHP for SQL Server](getting-started-with-the-php-sql-driver.md)
43+
44+
[System Requirements for the Microsoft Drivers for PHP for SQL Server](system-requirements-for-the-php-sql-driver.md)
45+
46+
[Programming Guide for the Microsoft Drivers for PHP for SQL Server](programming-guide-for-php-sql-driver.md)
47+
48+
[SQLSRV Driver API Reference](sqlsrv-driver-api-reference.md)
49+
50+
[PDO_SQLSRV Driver API Reference](pdo-sqlsrv-driver-reference.md)

docs/connect/php/system-requirements-for-the-php-sql-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For information about how to download and install the latest stable PHP binaries
4242
|5.5| | | |5.5.16+ |5.5.16+ |
4343
|5.4| | | |5.4.32 |5.4.32 |
4444

45-
- A version of the driver file must be in your PHP extension directory. See [Driver Versions](#driver-versions) for information about the different driver files. To download the drivers, see [Microsoft Drivers for PHP for SQL Server](http://www.microsoft.com/download/details.aspx?id=20098). For information on configuring the driver for the PHP, see [Loading the Microsoft Drivers for PHP for SQL Server](../../connect/php/loading-the-php-sql-driver.md).
45+
- A version of the driver file must be in your PHP extension directory. See [Driver Versions](#driver-versions) for information about the different driver files. To download the drivers, see [Download the Microsoft Drivers for PHP for SQL Server](download-drivers-php-sql-server.md). For information on configuring the driver for the PHP, see [Loading the Microsoft Drivers for PHP for SQL Server](../../connect/php/loading-the-php-sql-driver.md).
4646

4747
- A Web server is required. Your Web server must be configured to run PHP. For information about hosting PHP applications with IIS, see the [tutorial on PHP's web site](http://php.net/manual/fa/install.windows.iis.php).
4848

docs/connect/sql-connection-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ although the FWLink is less precise than is http://github.com/Microsoft/msphpsql
5252
| C++ | [ODBC](./odbc/download-odbc-driver-for-sql-server.md)<br /><br />[OLE DB](https://go.microsoft.com/fwlink/?linkid=871294) |
5353
| Java | [JDBC](./jdbc/download-microsoft-jdbc-driver-for-sql-server.md) |
5454
| Node.js | [Node.js driver, install instructions](./node-js/step-1-configure-development-environment-for-node-js-development.md) |
55-
| PHP | *Operating system:*<br /><br />[Windows PHP driver](https://go.microsoft.com/fwlink/?linkid=871846)<br />[Linux or macOS PHP driver from Github](http://github.com/Microsoft/msphpsql/) |
55+
| PHP | [PHP](./php/download-drivers-php-sql-server.md) |
5656
| Python | [pyodbc, install instructions](./python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development.md)<br />[Download ODBC](./odbc/download-odbc-driver-for-sql-server.md) |
5757
| Ruby | [Ruby driver, install instructions](./ruby/step-1-configure-development-environment-for-ruby-development.md)<br />[Ruby download page](https://rubyinstaller.org/downloads/) |
5858
| &nbsp; | <br /> |

0 commit comments

Comments
 (0)