Loading src/Driver/Oracle/Driver.php +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ class Driver implements DriverInterface if (!$password) throw new BddException('password non fourni'); if (!$characterset) throw new BddException('characterset non fourni'); putenv("NLS_LANGUAGE=FRENCH"); $cs = $host . ':' . $port . '/' . $dbname; $this->connexion = oci_pconnect($username, $password, $cs, $characterset); if (!$this->connexion) { Loading Loading
src/Driver/Oracle/Driver.php +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ class Driver implements DriverInterface if (!$password) throw new BddException('password non fourni'); if (!$characterset) throw new BddException('characterset non fourni'); putenv("NLS_LANGUAGE=FRENCH"); $cs = $host . ':' . $port . '/' . $dbname; $this->connexion = oci_pconnect($username, $password, $cs, $characterset); if (!$this->connexion) { Loading