• My Errors
  • Login
  • Search
Search again

Error #134615

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'php_pdo_oci8.dll' in Unknown on line 0

User's solution

This works!
+0 Vote Up

On Windows platforms, the php_pdo_oci8.dll library was built against the Oracle8i and 9i library. php_pdo_oci.dll was built against the Oracle
10g library. So, php_pdo_oci8.dll may be used with Oracle 8i or 9i clients, and php_pdo_oci.dll should be used to connect to Oracle 10g clients.

(Solution found at http://bugs.php.net/bug.php?id=41676)

If both libraries are installed, this would likely cause problems
connecting to Oracle.

Feb 19, 2010