By neeravbm on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0
Issue links:
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