From d2eb59ede87ed344c1f4f0b29a69e464db6bf215 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Sun, 5 Nov 2017 15:08:23 +0900 Subject: [PATCH] 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 :) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42065ad4..447ca476 100644 --- a/README.md +++ b/README.md @@ -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