t('cURL'),
'value' => $has_curl ? t('Enabled') : t('Not found'),
];
if (!$has_curl) {
$requirements['curl']['severity'] = REQUIREMENT_ERROR;
$requirements['curl']['description'] = t('The Aggregator module requires the PHP cURL library. For more information, see the online information on installing the PHP cURL extension.');
}
return $requirements;
}
/**
* Implements hook_update_last_removed().
*/
function aggregator_update_last_removed() {
return 8501;
}