Edit report at https://bugs.php.net/bug.php?id=56158&edit=1
ID: 56158 Updated by: [email protected] Reported by: marcin at matysiak at raiffeisen dot pl Summary: PDO OCI - could not find driver -Status: Feedback +Status: No Feedback Type: Bug Package: *General Issues Operating System: WINXP PHP Version: 5.0.0b1 (beta1) New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2011-12-24 06:26:23] [email protected] Please try using this snapshot: http://snaps.php.net/php5.4-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2004-12-07 10:48:10] jan dot reitz at lanxess dot com try writing the "OCI:" in lowercase, i tried it here and it stopped working when i wrote it in uppercase ------------------------------------------------------------------------ [2004-08-06 04:33:02] marcin at matysiak at raiffeisen dot pl Description: ------------ I hava a simple problem. If try use PDO for ORACLE - constructor give me an exception. "could not find driver" Thanks for help... Marcin Matysiak System WinXP Apache 2.0 PHP 5.0 pdo support - enabled PDO Driver for OCI 8 and later - enabled ORACLE 9i client Reproduce code: --------------- <?php try { $dbh = new PDO("OCI:dbname=sid_base", "user", "pwd"); } catch (PDOException $e) { echo $e->getMessage(); } ?> Actual result: -------------- could not find driver ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=56158&edit=1
