Call to undefined function oci_connect, php_oci8_12c.dll, windows 8.1, php5.6.6
问题 I have a simple php script: <?php $db_user = 'myusername'; $db_pass = 'mypassword'; $db_sid = 'mysid'; $conn = oci_connect( $db_user, $db_pass, $db_sid ); ?> When I run it (from a browser or from the command line), I get the error: Call to undefined function oci_connect I'm using php 5.6.6 which came with php_oci8_12c.dll already there. I have extension=php_oci8_12c.dll in my php.ini I have installed instant client (12.1) - tried 32 bit version AND 64 bit version I have ORACLE_HOME and TNS