Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvii authored Mar 7, 2017
1 parent 41e4ab6 commit 55d9aa3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ Following instructions shows how to install PHP 7.x, Microsoft ODBC driver, apac
sudo yum install httpd

**Mac OS X**
Installed with PHP.

Installed with PHP.

####PHP 7.1

Expand All @@ -237,15 +238,16 @@ Following instructions shows how to install PHP 7.x, Microsoft ODBC driver, apac
sudo yum install httpd

**Mac OS X**
Installed with PHP.

Installed with PHP.


### Step 4: Install the Microsoft PHP Drivers for SQL Server

sudo pecl install sqlsrv
sudo pecl install pdo_sqlsrv

*Note: it installs the stable version, for specific version you should set the version. For example, `sudo pecl install sqlsrv-4.0.8`
*Note: it installs the stable version, for specific version you should set the version. For example, `sudo pecl install sqlsrv-4.0.8`.
Drivers are Mac-compatible starting from 4.1.7preview release. Do `sudo pecl search sqlsrv`.

Expand Down

0 comments on commit 55d9aa3

Please sign in to comment.