|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-05-27 10:29 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2019-05-27 10:29 UTC] cmb@php.net
[2019-05-27 10:55 UTC] berger at gmx dot de
-Status: Feedback
+Status: Assigned
[2019-05-27 10:55 UTC] berger at gmx dot de
[2019-05-27 11:10 UTC] cmb@php.net
[2019-05-27 11:11 UTC] cmb@php.net
-Type: Bug
+Type: Documentation Problem
[2019-06-01 08:41 UTC] cmb@php.net
[2019-06-01 08:42 UTC] cmb@php.net
-Status: Assigned
+Status: Closed
[2019-06-01 08:42 UTC] cmb@php.net
[2019-06-01 08:45 UTC] salathe@php.net
[2020-02-07 06:05 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
Description: ------------ Cannot get the oracle driver working with php (7.1 & 7.3.7-dev). DSN-String is: oci://hostname:port/dbname Error message is: Uncaught PDOException: could not find driver in ... Line "extension=php_pdo_oci.dll" is activated in php.ini phpinfo() shows: PDO drivers mysql, pgsql, sqlsrv Test script: --------------- Uncomment line "extension=php_pdo_oci.dll" in php.ini Then run phpinfo() and go to "PDO"-Section. Expected result: ---------------- PDO OCI (Oracle) Driver active and running Actual result: -------------- PDO OCI (Oracle) Driver not loaded and running