Changeset 51582
- Timestamp:
- 08/08/2021 02:08:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r51477 r51582 1628 1628 1629 1629 if ( $this->use_mysqli ) { 1630 /* 1631 * Set the MySQLi error reporting off because WordPress handles its own. 1632 * This is due to the default value change from `MYSQLI_REPORT_OFF` 1633 * to `MYSQLI_REPORT_ERROR|MYSQLI_REPORT_STRICT` in PHP 8.1. 1634 */ 1635 mysqli_report( MYSQLI_REPORT_OFF ); 1636 1630 1637 $this->dbh = mysqli_init(); 1631 1638
Note: See TracChangeset
for help on using the changeset viewer.