Actions
Bug #53748
closedInstall Tool throws warning if APC is installed, but no enabled
Status:
Closed
Priority:
Must have
Assignee:
Category:
Install Tool
Target version:
Start date:
2013-11-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The call to apc_sma_info() in ApcPreset.php:62 causes a PHP warning if APC is installed but not enabled (apc.enabled = 0 in config).
Prefix the call with @.
Actions