Bug #79709
closedMake CommandLineBackendUserRemovalUpdate compatible with PHP 7.1
100%
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.
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Christian Kuhn almost 8 years ago
- Target version set to 8 LTS
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review almost 8 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
Updated by Gerrit Code Review almost 8 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
Updated by Anonymous almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6748dbf92d275f16eb451637780bee4a9815da6.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed