We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66bfd9 commit 2120a9fCopy full SHA for 2120a9f
1 file changed
wp-includes/sqlite-ast/class-wp-pdo-mysql-on-sqlite.php
@@ -451,6 +451,7 @@ class WP_PDO_MySQL_On_SQLite extends PDO {
451
* @var array<int, mixed>
452
*/
453
private $pdo_attributes = array(
454
+ // On PHP < 8.1, PDO::ATTR_STRINGIFY_FETCHES is enabled by default.
455
PDO::ATTR_STRINGIFY_FETCHES => PHP_VERSION_ID < 80100 ? true : false,
456
);
457
0 commit comments