Skip to content
Snippets Groups Projects
Verified Commit 31fa8a40 authored by Alberto Paderno's avatar Alberto Paderno
Browse files

Issue #2377429: hook_requirements() check the APC version but it reports it as APCu version

parent 5fac2ff5
No related branches found
No related tags found
1 merge request!2Issue #2377429: hook_requirements() check the APC version but it reports it as APCu version
Pipeline #224168 failed
......@@ -28,7 +28,7 @@ function apc_requirements($phase) {
}
else {
$version = phpversion('apc');
$name = $t('APCu');
$name = $t('APC');
$description = $t('APC needs version >=3.1.1.');
$meets_version = version_compare($version, '3.1.1') >= 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment