Issue #2800605 by Chi, Wim Leers, dhirendra.mishra, mr.baileys, jhedstrom,...
Issue #2800605 by Chi, Wim Leers, dhirendra.mishra, mr.baileys, jhedstrom, dawehner, borisson_, catch, alexpott: Warn/inform users when the hosting environment has a too low limit of APCU cache
(cherry picked from commit cee0a334)
$requirements['php_apcu']['description']=t('Depending on your configuration, Drupal can run with a @apcu_size APCu limit. However, a @apcu_default_size APCu limit (the default) or above is recommended, especially if your site uses additional custom or contributed modules.',[
'description'=>t('PHP APCu caching can improve your site\'s performance considerably. It is <strong>highly recommended</strong> to have <a href="https://www.php.net/manual/apcu.installation.php" target="_blank">APCu</a> installed on your server.'),
];
}
}
if($phase!='update'){
// Test whether we have a good source of random bytes.