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