Edit report at https://bugs.php.net/bug.php?id=56158&edit=1

 ID:                 56158
 Updated by:         ssuffic...@php.net
 Reported by:        marcin at matysiak at raiffeisen dot pl
 Summary:            PDO OCI - could not find driver
-Status:             Open
+Status:             Feedback
 Type:               Bug
-Package:            PDO_OCI
+Package:            *General Issues
 Operating System:   WINXP
 PHP Version:        5.0.0b1 (beta1)
 Block user comment: N
 Private report:     N

 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to