User tests: Successful: Unsuccessful:
https://php.watch/versions/8.1/serializable-deprecated
added magic method
php 8.1
on frontend do a search
check the log
PHP Deprecated: The Serializable interface is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
no more deprecation
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_finder |
Surely this is missing the actual implementation of the these functions?
@PhilETaylor It should be enough if they call the serialize()
and unserialize($serialized)
methods defined a bit above, right? Or can they even be aliased somehow?
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-29 16:23:32 |
Closed_By | ⇒ | alikon | |
Labels |
Added:
?
|
Surely this is missing the actual implementation of the these functions?