1
I enabled the extension php_oci8_11g.dll
but I get the following warning.
PHP Warning: PHP Startup: Unable to load Dynamic library 'C: php ext php_oci8_11g.dll' - %1.
I’ve reinstalled the PHP
several times, but the error continues. Someone knows what can be?
Note: I am using Windows 10
64-bit and my PHP
is in the version 5.6.30
.
Your PHP is version?
– novic
I’ll ask the question
– Felipe Paetzold
Are you installing PHP via a package (xamp, wamp, etcc) or natively? PHP is x86 or x64?
– Gabriel Heming
@Native Gabrielheming and x86
– Felipe Paetzold
If you just google the DLL name, you’ll find numerous results for your problem. Three links of the stack overflow only: http://stackoverflow.com/questions/38709005/php-oci8-11g-dll-is-not-a-valid-win32-application http://stackoverflow.com/questions/28460945/php-oci8-unable-to-load-nota-valid-win32-application http://stackoverflow.comquestion/s/20825405/php--Warning-at-startup-while-trying-to-load-php-oci8-dll https://blogs.oracle.com/opal/entry/using_php_oci8_with_32-bit_php
– Gabriel Heming
@Gabrielheming I need it to be in this version, the second answer does not answer the question.
– Felipe Paetzold
They all speak the same thing, look for the 32-bit DLL compiled in VC11. It’s likely that you’re using one on the other
– Gabriel Heming
@Gabrielheming I’m using the 32-bit
– Felipe Paetzold