Skip to content
Snippets Groups Projects
Commit 0a0e7265 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[BUGFIX] PHP 8.0 warnings in QueryGenerator

Yet another series of PHP 8 stabilizations for
ext:lowlevel QueryGenerator. This time found by
functional tests when error handling in functionals
is turned off.

* Various null coalescence within class itself

* A test setup change which string_replace()'ed
  within a serialized string, which invalidates
  length specifications. Fixed by serializing
  after replace operations, instead of before.

Resolves: #95562
Releases: master
Change-Id: Id0b06f1059bfb39296ccdb9cc37ff610652ba3f5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71531


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent e256d2e6
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment