You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Upgrade to 2.11
2
2
3
+
## Deprecated usage of wrapper-level components as implementations of driver-level interfaces
4
+
5
+
The usage of the wrapper `Connection` and `Statement` classes as implementations of the `Driver\Connection` and `Driver\Statement` interfaces is deprecated.
6
+
3
7
## Deprecations in the wrapper `Connection` class
4
8
5
9
1. The `executeUpdate()` method has been deprecated in favor of `executeStatement()`.
@@ -8,7 +12,7 @@
8
12
9
13
## PDO-related classes outside of the PDO namespace are deprecated
10
14
11
-
The following outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
15
+
The following PDO-related classes outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
0 commit comments