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/installation-tutorial-linux-mac.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.author: "v-ulibra"
10
10
manager: "Hadis Fard"
11
11
---
12
12
# PHP Linux and Mac Drivers Installation Tutorial
13
-
The following instructions assume a clean environment and show how to install PHP 7.x, Microsoft ODBC driver, apache, and Microsoft PHP drivers on Ubuntu 15.10, 16.04, RedHat 7, Debian 8, and Mac OS X.
13
+
The following instructions assume a clean environment and show how to install PHP 7.x, Microsoft ODBC driver, Apache, and Microsoft PHP drivers on Ubuntu 15.10, 16.04, RedHat 7, Debian 8, and Mac OS X.
14
14
## Installing the drivers on Ubuntu 15.10 for PHP 7.0
15
-
Note that there is no PHP 7.1 package available for Ubuntu 15.10.
15
+
There is no PHP 7.1 package available for Ubuntu 15.10.
To test your installation, see **Testing Your Installation** at the end of this document.
280
+
To test your installation, see **Testing your installation** at the end of this document.
281
281
282
282
## Installing the drivers on MacOS El Capitan and Sierra
283
283
### Step 1. Install PHP
@@ -314,7 +314,7 @@ sudo pecl install pdo_sqlsrv
314
314
```
315
315
sudo apachectl restart
316
316
```
317
-
To test your installation, see **Testing Your Installation** at the end of this document.
317
+
To test your installation, see **Testing your installation** at the end of this document.
318
318
319
319
## Testing Your Installation
320
320
To test this sample script, create a file called testsql.php in /var/www/html/ (/usr/local/var/www/htdocs on MacOS) and copy the following script to it, replacing the server, database, username, and password as appropriate.
0 commit comments