Changeset 61349
- Timestamp:
- 12/03/2025 08:52:53 PM (7 hours ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wpdb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wpdb.php
r61243 r61349 4082 4082 */ 4083 4083 if ( '5.5.5' === $db_version && false !== strpos( $db_server_info, 'MariaDB' ) 4084 && PHP_VERSION_ID < 80016 // PHP 8.0.15 or older. 4084 && ( PHP_VERSION_ID <= 80015 // PHP 8.0.15 or older. 4085 || 80100 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80102 ) // PHP 8.1.0 to PHP 8.1.2. 4085 4086 ) { 4086 4087 // Strip the '5.5.5-' prefix and set the version to the correct value.
Note: See TracChangeset
for help on using the changeset viewer.