Project

General

Profile

Actions

Bug #88701

closed

usage of deprecated methods of PHP Redis library since version 5.0.0

Added by Hannes Bochmann almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2019-07-08
Due date:
% Done:

100%

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

Description

The method $this->redis->multi(...)->sRemove() in RedisBackend.php is deprecated since PHPRedis 5.0.0. Haven't checked yet if other methods are affected, too.

Actions #1

Updated by Markus Klein almost 5 years ago

  • Status changed from New to Accepted
  • TYPO3 Version changed from 10 to 8

Yes, Redis::delete().

We should make the core compatible with both versions of the redis-extension.

https://pecl.php.net/package/redis

Actions #2

Updated by Markus Klein almost 5 years ago

Regex to search for all deprecated functions according to the git changelog of phpredis

(delete|evaluate|evaluateSha|getKeys|getMultiple|lGet|lGetRange|lRemove|lSize|listTrim|open|popen|renameKey|sContains|sGetMembers|sRemove|sSize|sendEcho|setTimeout|substr|zDelete|zDeleteRangeByRank|zDeleteRangeByScore|zInter|zRemove|zRemoveRangeByScore|zReverseRange|zSize|zUnion)\(

Actions #3

Updated by Gerrit Code Review almost 5 years ago

  • Status changed from Accepted 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/+/61277

Actions #4

Updated by Gerrit Code Review almost 5 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/+/61277

Actions #5

Updated by Gerrit Code Review almost 5 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/+/61277

Actions #6

Updated by Gerrit Code Review over 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/+/61277

Actions #7

Updated by Gerrit Code Review over 4 years ago

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

Actions #8

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61458

Actions #9

Updated by Gerrit Code Review over 4 years ago

Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61458

Actions #10

Updated by Gerrit Code Review over 4 years ago

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

Actions #11

Updated by Markus Klein over 4 years ago

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

Updated by Gerrit Code Review over 4 years ago

  • Status changed from Resolved to Under Review

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

Actions #13

Updated by Markus Klein over 4 years ago

  • Status changed from Under Review to Resolved
Actions #14

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF