IIS 8 - PHP Manager - Enabling php_oci8.dll for Oracle Connection

Posted by Jemru on Stack Overflow See other posts from Stack Overflow or by Jemru
Published on 2014-08-22T10:17:04Z Indexed on 2014/08/22 10:20 UTC
Read the original article Hit count: 236

Filed under:
|
|
|
|

I would need to connect to Oracle DB in my PHP codes.

I'm using Windows Server 2012, IIS 8 with PHP Manager. I opened IIS PHP Manager, then go to PHP Extensions, then I enabled "php_oci8.dll" extension.

However when I tried to connect to Oracle DB I'm getting the following PHP error:

PHP Fatal error:  Call to undefined function oci_connect()

I just restarted the IIS using the IIS Manager, but didn't done computer reboot. Do I need to reboot?

Do I also need to download "instantclient-basic-windows.x64-12.1.0.1.0.zip"? If yes, do I just need to set it to classpath "Path" where I extracted?

Thank you very much in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about Oracle