Skip to content

Commit

Permalink
Deprecated usage of wrapper components as implementations of driver-l…
Browse files Browse the repository at this point in the history
…evel interfaces
  • Loading branch information
morozov committed Jul 11, 2020
1 parent cedf3a2 commit 905bc70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Upgrade to 2.11

## Deprecated usage of wrapper-level components as implementations of driver-level interfaces

The usage of the wrapper `Connection` and `Statement` classes as implementations of the `Driver\Connection` and `Driver\Statement` interfaces is deprecated.

## PDO-related classes outside of the PDO namespace are deprecated

The following outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
The following PDO-related classes outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:

- `PDOMySql\Driver``PDO\MySQL\Driver`
- `PDOOracle\Driver``PDO\OCI\Driver`
Expand Down

0 comments on commit 905bc70

Please sign in to comment.