I am trying to connect my PHP 7.0 with Oracle database(11g release 2) for that I download dll files of oci8 extension from https://pecl.php.net/package/oci8/2.1.7/windows and copy php_oci8.dll and php_oci8_11g.dll in my xampp/php/ext
after that I restart my xampp server.
My System type is: 64bit operating system x64 based processor
when using 7.0 Non Thread Safe (NTS) x64 extension getting this error on cmd
when using 7.0 Non Thread Safe (NTS) x84 extension getting this error on cmd
why these dynamic libraries are not loading what I need to do to connect php 7 with Oracle 11g release 2 in 64-bit windows 10 operating system please help me about this