Actions
Task #63516
closedRemove Support for older opcode caches
Start date:
2014-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As minimum requirements of TYPO3 7 LTS is PHP 5.5 we can remove support for older opcode caches in OpcodeCacheUtility.
Namely:
- Alternative PHP Cache aka APC
- The user data cache lives as apcu extension for PHP 5.5+ releases.
- eAccelerator
- Not upgraded to PHP 5.5 compatibility and I think that won't happen.
- ZendOptimizerPlus
- Known as OPcache for PHP 5.5+ releases.
- XCache before v3.1
- In 3.0 there was an API change and 3.1 added compatibility with PHP 5.5 (v3.2 for PHP 5.6) http://xcache.lighttpd.net/browser/tags/3.2.0/ChangeLog so older API can be removed.
Updated by Gerrit Code Review almost 10 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 http://review.typo3.org/34942
Updated by Alexander Opitz almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 91373d5aa64519a4f33fc3240d1c3bdaab52da9d.
Updated by Felix Kopp almost 10 years ago
Hi Alex,
could you add a solid default configuration for php/opcache:
from opcache.enable = 1 to good memory values, please?
Also possible LocalConfiguration please.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions