Commit e906a37
authored
Fix the unsigned BIGINT check for PHP 8.5 (#7180)
| Q | A
|------------- | -----------
| Type | bug
| Fixed issues | Replaces #7179
#### Summary
This PR simplifies our check for `UNSIGNED BIGINT` in a way that we
avoid the new warning triggered by PHP 8.5 if we cause an integer
overflow by casting a string to int.1 parent 823aed0 commit e906a37
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
| |||
0 commit comments