I am trying to connect codeigniter with oracle and is giving this error:
Fatal error: Call to undefined function oci_connect() in C:\Apache24\htdocs\system\database\drivers\oci8\oci8_driver.php on line 238
A PHP Error was encountered
Severity: Error
Message: Call to undefined function oci_connect()
Filename: oci8/oci8_driver.php
Line Number: 238
Backtrace:
I'm using php 5.6.35 and apache 2.4. I already got instant_client_12
and threw it in my php folder and nothing. I gave print_r(get_loaded_extensions());
it shows that it loaded pdo_oci
but oci8 não.
Meu php.ini
Has anyone ever had the same problem and could you help me?
Note: php along with apache is and an azure virtual machine on the windows server.