Skip to content
Snippets Groups Projects
Commit e52782b5 authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Use BackedEnum for LikeWildcard

PHP 8 introduced native Enumerations,
which can now be used instead of our own
implementation from TYPO3 v7.

Enums are effectively singletons making
it much faster than previously when
used many times.

Since LikeWildcard in indexed search is
internal and only used internally within
indexed search, the usage is rather small.

Resolves: #100213
Releases: main
Change-Id: I4d3f60c7d4b91e921271487c8688036939403805
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78162


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 46d78c77
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