I am using XAMPP v3.2.2 and I am trying to connect from PHP to Oracle database 12c.
I have already commented out the extension php_oci8_12c.dll
in php.ini, restarted Apache, and installed Oracle instantclient_12_2 32bit.
However, I am getting this error:
Fatal error: Uncaught Error: Call to undefined function oci_connect()
Follow instructions for XAMPP v3.2.2 and Oracle database 12c config.