Skip to content

Instantly share code, notes, and snippets.

@reyvhernandez
Last active April 11, 2018 01:14
Show Gist options
  • Save reyvhernandez/d499c1abc5d8ba85a8785706b180cd90 to your computer and use it in GitHub Desktop.
Save reyvhernandez/d499c1abc5d8ba85a8785706b180cd90 to your computer and use it in GitHub Desktop.
install / update php via brew
#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