Project

General

Profile

Actions

Task #99178

closed

Drop fallback for explode calls

Added by Oliver Klee over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
-
Start date:
2022-11-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In PHP < 8.0, `explode` could return `false`. Starting with PHP 8.0, `explode` will always return an array. Hence, no check and fallback for `false` is needed anymore.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #99184: ValueException in GeneralUtility intExplode/trimExplodeClosed2022-11-24

Actions
Actions #1

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Oliver Klee over 1 year ago

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

Updated by Stefan Froemken over 1 year ago

  • Related to Bug #99184: ValueException in GeneralUtility intExplode/trimExplode added
Actions #4

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF