Project

General

Profile

Actions

Task #63516

closed

Remove Support for older opcode caches

Added by Alexander Opitz over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Code Cleanup
Target version:
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

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #63291: APC & CMS7Closed2014-11-24

Actions
Actions #1

Updated by Alexander Opitz over 9 years ago

  • Tracker changed from Bug to Task
Actions #2

Updated by Gerrit Code Review over 9 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

Actions #3

Updated by Alexander Opitz over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Felix Kopp over 9 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.

Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF