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 @.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25493
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25493
Updated by Markus Klein about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8375b5c4458d61f5fe7fec7d57f8b2c73f0665aa.
Actions