Add instruction to Step3 for macOS users

I followed this instructions but I saw compile errors at Step 3. 
`brew info php71` gave me this instruction and it works for me :)
This commit is contained in:
Tatsuya Sato 2017-11-05 15:08:23 +09:00 committed by GitHub
parent 47433be481
commit d2eb59ede8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,6 +266,11 @@ On Ubuntu, Debian, and SUSE systems only, run:
sudo pear config-set php_ini `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` system
On macOS, run:
chmod -R ug+w /usr/local/opt/php71/lib/php
pear config-set php_ini /usr/local/etc/php/7.1/php.ini system
On all systems, run:
pecl install sqlsrv