Actions
Bug #79709
closedMake CommandLineBackendUserRemovalUpdate compatible with PHP 7.1
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.
Actions