clozed2u
4/13/2018 - 6:28 PM

osx-php-setup.sh

# Due to deprecation of homebrew-php tap, I found no way to install php extensions from homebrew.
brew install php geoip
LDFLAGS=-L/usr/local/opt/openssl/lib \
CPPFLAGS=-I/usr/local/opt/openssl/include \
PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig \
pecl install redis geoip-1.1.1 mongodb