Project

General

Profile

Actions

Bug #79709

closed

Make CommandLineBackendUserRemovalUpdate compatible with PHP 7.1

Added by Sascha Egerer over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2017-02-09
Due date:
% Done:

100%

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

Description

The CommandLineBackendUserRemovalUpdate currently uses a string variable with the [] operator which is not possible anymore in PHP71. Beside that the variable must be of type string anyway.

Uncaught TYPO3 Exception
[] operator not supported for strings

Error thrown in file
/var/www/html/vendor/typo3/cms/typo3/sysext/install/Classes/Updates/CommandLineBackendUserRemovalUpdate.php in line 87.

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #79739: Cleanup invalid type annotations for install tool updateClosedMarkus Klein2017-02-10

Actions
Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Christian Kuhn over 7 years ago

  • Target version set to 8 LTS
  • Sprint Focus set to Stabilization Sprint
Actions #5

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

Actions #6

Updated by Gerrit Code Review over 7 years ago

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

Actions #7

Updated by Anonymous over 7 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF