Skip to content

Instantly share code, notes, and snippets.

@ramlev
Created January 24, 2019 05:22
Show Gist options
  • Save ramlev/12aad6b787e325b25d5f3a5f28540c46 to your computer and use it in GitHub Desktop.
Save ramlev/12aad6b787e325b25d5f3a5f28540c46 to your computer and use it in GitHub Desktop.
install oci8 php extension on mac
download basic and sdk from Oracle https://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.html
unzip both packages
move the folder to /usr/local/opt/oracle/instantclient
pecl install oci8
enter
instantclient,/usr/local/opt/oracle/instantclient
restart webserver
oci8 support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment