I have been facing problems configuring oracle oci8 for windows
I'm using windows 7 64 bit, xampp v3.2.2, php 5.6.15 and oracle g11 express
I have tried the following steps but I can't find the oci package when running phpinfo:
I downloaded both Instant Client Package - Basic and Instant Client Package - ODBC Version 12.1.0.2.0
unzip the files into one file in c to be at the following path (
C:\instantclient_11_2
)add the path to environment variable (path) for oracle product (
C:\instantclient_11_2;C:\oraclexe\app\oracle\product\11.2.0\server\bin;
)restart my computer
run the script (
odbc_install
)6- removed ; infront of the extension=php_oci8_11g.dll in php.ini
but It didn't work , can anyone tell me why?