No Code Attached Yet
avatar brianteeman
brianteeman
29 Sep 2025

: The __sleep() serialization magic method has been deprecated. Implement __serialize() instead (or in addition, if support for old PHP versions is necessary) in

: The __wakeup() serialization magic method has been deprecated. Implement __unserialize() instead (or in addition, if support for old PHP versions is necessary) in

public function __sleep()

public function __wakeup()

public function __wakeup(): void

avatar brianteeman brianteeman - open - 29 Sep 2025
avatar joomla-cms-bot joomla-cms-bot - change - 29 Sep 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Sep 2025
avatar alikon
alikon - comment - 30 Sep 2025
avatar heelc29
heelc29 - comment - 15 Oct 2025

RFC was accepted and implemented in php-8.5.0RC2 php/php-src@fc35396

Revert deprecation of __sleep() and __wakeup().
They're now soft-deprecated. (Nicolas Grekas)
avatar brianteeman brianteeman - change - 15 Oct 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-10-15 15:01:15
Closed_By brianteeman
avatar brianteeman brianteeman - close - 15 Oct 2025
avatar brianteeman
brianteeman - comment - 15 Oct 2025

ok - so I am closing this here

Add a Comment

Login with GitHub to post a comment