Skip to content

Instantly share code, notes, and snippets.

@reyvhernandez
Last active April 11, 2018 01:14
Show Gist options
  • Select an option

  • Save reyvhernandez/d499c1abc5d8ba85a8785706b180cd90 to your computer and use it in GitHub Desktop.

Select an option

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 php@7.1 -with-fpm --with-pear --without-ldap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment