Project

General

Profile

Actions

Bug #90838

closed

Errors when opcache_invalidate or opcache_reset are disabled for security reasons

Added by Tobias Grave about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2020-03-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Some webhosting providers disable OpCache related PHP functions (opcache_invalidate, opcache_reset, opcache_get_status, ...) for security reasons, beacause the in memory cache is usually shared among multiple users on the same webserver when PHP-FPM is used.

If opcache_invalidate or opcache_reset are disabled, Typo3 will show an error message.

Both functions are only used in typo3/sysext/core/Classes/Service/OpcodeCacheService.php, maybe a check can be added if opcache_invalidate and opcache_reset are disabled or simply the error control operator @.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #97826: Critical error with opcache_invalidate() functionClosed2022-06-29

Actions
Actions #1

Updated by Gerrit Code Review about 4 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/c/Packages/TYPO3.CMS/+/63932

Actions #2

Updated by Gerrit Code Review about 4 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/c/Packages/TYPO3.CMS/+/63932

Actions #3

Updated by Gerrit Code Review about 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63932

Actions #4

Updated by Gerrit Code Review about 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63932

Actions #5

Updated by Susanne Moog about 4 years ago

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

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Fronzes Philippe almost 2 years ago

  • Related to Bug #97826: Critical error with opcache_invalidate() function added
Actions

Also available in: Atom PDF