Change record status: 
Project: 
Introduced in branch: 
8.8.x
Introduced in version: 
8.8.0
Description: 

\Drupal\system\SystemRequirements::phpVersionWithPdoDisallowMultipleStatements() is pointless now PHP5 is not supported. Calls to it should be removed and any logic based on it should be based on solely on the database type being MySQL which can be checked by calling \Drupal::database()->databaseType().

Impacts: 
Module developers