I am trying to configure php (7.0) to connect to Oracle 11g in a IIS7 server
I uncommented the extension and php_oci8.dll php_oci8_11g but i have this problem
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\v7.0\ext\php_oci8_11g.dll' - n'est pas une application Win32 valide. (is not a valid Win32 application.)
someone can help me. thanks.
php_oci8_12c.dll
so I assume you've downloadedphp_oci8.dll
andphp_oci8_11g.dll
from somewhere. Try using only the included DLL (it's backwards compatible all the way back to Oracle 9). – timclutton