Created
January 24, 2019 05:22
-
-
Save ramlev/12aad6b787e325b25d5f3a5f28540c46 to your computer and use it in GitHub Desktop.
install oci8 php extension on mac
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
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