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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Upgrade to 3.0
2
2
3
+
## BC BREAK: Dropped handling of one-based numeric arrays of parameters in `Statement::execute()`
4
+
5
+
The statement implementations no longer detect whether `$params` is a zero- or one-based array. A zero-based numeric array is expected.
6
+
3
7
## BC BREAK: `ServerInfoAwareConnection::requiresQueryForServerVersion()` is removed.
4
8
5
9
The `ServerInfoAwareConnection::requiresQueryForServerVersion()` method has been removed as an implementation detail which is the same for almost all supported drivers.
0 commit comments