I have a problem connecting from php to oracle. when using the function
oci_connect();
The result I receive is:
call to undefined function oci_connect()
- Windows 10
- IIS8
- PHP 7.1.19
- Oracle 11.2
I have changed the .dll with others that I found on this page
link
but I'm still with the problem.