Commit 69abffd
committed
Finish deprecation of $row < 0
odbc_fetch_row was changed to have $row be nullable and null by default
instead of using 0, but still accepted 0 due to old code being explicit.
Remove that special handling.
See GH-13910. This should be merged if it passes in the 8.6
deprecations RFC.1 parent 19eabc6 commit 69abffd
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1342 | 1342 | | |
1343 | 1343 | | |
1344 | 1344 | | |
1345 | | - | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | | - | |
| 1345 | + | |
| 1346 | + | |
1350 | 1347 | | |
1351 | 1348 | | |
1352 | 1349 | | |
| |||
0 commit comments