|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-12-11 23:38 UTC] sumphan dot kuammana at seagate dot com
Description: ------------ PHP_PDO_OCI.dll can not load it. Reproduce code: --------------- php_pdo_oci.dll can not load it. but other pdo can. Expected result: ---------------- i run phpinfo() and found php_pdo_oci.dll can not load. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 10:00:02 2025 UTC |
This is an issue, on a slightly different platform: PHP 5.1.2 running as ISAPI module on IIS on Windows 2000 Server. In my php.ini file I have: extension=php_pdo.dll extension=php_oci8.dll extension=php_pdo_oci.dll extension=php_pdo_oci8.dll extension=php_pdo_pgsql.dll All except php_pdo_oci and php_pdo_oci8 load. I can use php_oci8 to connect to my Oracle database. But I was wanting to use PDO. PDO is working, as I have it running with Postgresql with php_pdo_pgsql.dll. Running get_loaded_extensions returns (amongst other things), but no pdo_oci or pdo_oci8: [23] => PDO [24] => oci8 [25] => pdo_pgsql I downloaded the latest dlls from: http://pecl4win.php.net/list.php I restarted IIS many times...