protected static function BlacklistPhp72Versions::getMessage in Automatic Updates 7
1 call to BlacklistPhp72Versions::getMessage()
- BlacklistPhp72Versions::run in ReadinessCheckers/
BlacklistPhp72Versions.php - Run check.
File
- ReadinessCheckers/
BlacklistPhp72Versions.php, line 50
Class
- BlacklistPhp72Versions
- Blacklisted PHP 7.2 version checker.
Code
protected static function getMessage() {
return t('PHP 7.2.0, 7.2.1 and 7.2.2 have issues with opcache that breaks signature validation. Please upgrade to a newer version of PHP to ensure assurance and security for package signing.');
}