Last active
April 11, 2018 01:14
-
-
Save reyvhernandez/d499c1abc5d8ba85a8785706b180cd90 to your computer and use it in GitHub Desktop.
install / update php via brew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#with oci8 / update friendly | |
#fix LDAP_OPT_X_SASL_AUTHCID | |
brew install php72 -with-fpm --with-pear --without-ldap | |
brew reinstall --build-from-source [email protected] -with-fpm --with-pear --without-ldap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment