Skip to content
Snippets Groups Projects
Commit 3720fb09 authored by Larry Garfield's avatar Larry Garfield Committed by Benni Mack
Browse files

[BUGFIX] Remove deprecated reflection API usage

PHP 8 deprecated a number of very old bits of the Reflection API. This
patch updates ClassSchema to use the newer equivalents.

Also fixes some unrelated PHP 8.0 errors around undefined value handling.

Resolves: #94001
Releases: master, 10.4
Change-Id: Id235fa830894e9a2dc6465444ec2c6808f18c3aa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68898


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent c71a6d30
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