Skip to content
Snippets Groups Projects
Commit 114838d4 authored by Larry Garfield's avatar Larry Garfield Committed by Stefan Bürk
Browse files

[!!!][TASK] Remove uses of the Serializable interface

The Serializable interface has been deprecated, and is
slated for removal entirely in PHP 9. The preferred
serialization tool is the __serialize/__unserialize
method pair, which is already implemented and used
instead of Serializable. This patch removes the
already-deprecated and vestigial Serializable interface.

Serializable and __serialize() use a different string format,
so the fixture file needed to be updated as well.

Resolves: #98032
Releases: main
Change-Id: Icd021d7d48252d2955491a97201547f42e4d20e9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75306


Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent b7e3ce12
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