Skip to content

Commit

Permalink
replace MYSQLI_TYPE_INTERVAL for PHP 8.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 9, 2024
1 parent 1234d77 commit be5d1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Mysqli/MysqliResultNormalizerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function resolve(array $types): array
static $ints = [
MYSQLI_TYPE_BIT => true,
MYSQLI_TYPE_INT24 => true,
MYSQLI_TYPE_INTERVAL => true,
MYSQLI_TYPE_ENUM => true,
MYSQLI_TYPE_TINY => true,
MYSQLI_TYPE_SHORT => true,
MYSQLI_TYPE_LONG => true,
Expand Down

0 comments on commit be5d1b1

Please sign in to comment.