Skip to content

Commit

Permalink
Merge pull request doctrine#4393 from mvorisek/patch-1
Browse files Browse the repository at this point in the history
Remove warning comment from PDOOracle driver
  • Loading branch information
morozov authored Nov 1, 2020
2 parents c2b989e + 29fc5c6 commit cad295a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
/**
* PDO Oracle driver.
*
* WARNING: This driver gives us segfaults in our testsuites on CLOB and other
* stuff. PDO Oracle is not maintained by Oracle or anyone in the PHP community,
* which leads us to the recommendation to use the "oci8" driver to connect
* to Oracle instead.
*
* @deprecated Use {@link PDO\OCI\Driver} instead.
*/
class Driver extends AbstractOracleDriver
Expand Down

0 comments on commit cad295a

Please sign in to comment.