From 1ea6e7fb1c634bc22096b533e90aead87877cac1 Mon Sep 17 00:00:00 2001 From: yitam Date: Tue, 2 May 2017 13:13:39 -0700 Subject: [PATCH] moved comments up in Step 3 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f92620fc..b50ac466 100644 --- a/README.md +++ b/README.md @@ -215,13 +215,12 @@ The following instructions assume a clean environment and show how to install PH ### Step 3: Install the Microsoft PHP Drivers for SQL Server +*Note: The first step is not required in Mac OS X. PECL installs the stable version when version is not specified. You may run `sudo pecl search sqlsrv` to search for the latest releases and `sudo pecl install sqlsrv-[version]` to install a specific version. Drivers are Mac-compatible starting from `4.1.7preview` release. + sudo pear config-set php_ini `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` system sudo pecl install sqlsrv sudo pecl install pdo_sqlsrv - -*Note: The first step is not required in Mac OS X. PECL installs the stable version when version is not specified. You may run `sudo pecl search sqlsrv` to search for the latest releases and `sudo pecl install sqlsrv-[version]` to install a specific version. -Drivers are Mac-compatible starting from `4.1.7preview` release. - + ### Step 4: Install and Configure Apache #### PHP 7.0