PHP oci8 dll not loading on windows 64 bit XP. What am I doing wrong?

Posted by user47354 on Server Fault See other posts from Server Fault or by user47354
Published on 2010-07-01T23:58:01Z Indexed on 2012/11/21 5:04 UTC
Read the original article Hit count: 517

Filed under:
|
|
|

on win 64, I installed apache, php etc. Everything works fine, except the oracle part. I can connect to oracle from sql developer which means my tnsnames.ora file is correct. When apache starts, there are no errors in the logs. But when I try to connect to oracle from my database, oracle module php_oci8.dll is not loaded. What am I doing wrong?

  1. The oci8.dll line in php.ini is there, it is uncommented
  2. There are no errors in the apache logs
  3. extension_dir in php.ini file points to the correct location

© Server Fault or respective owner

Related posts about apache2

Related posts about php