moved comments up in Step 3

This commit is contained in:
yitam 2017-05-02 13:13:39 -07:00
parent fd83981e4a
commit 1ea6e7fb1c

View file

@ -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