framework icon indicating copy to clipboard operation
framework copied to clipboard

[13.x] Replace __wakeup with __unserialize (deprecated in PHP 8.5)

Open arshidkv12 opened this issue 3 months ago • 2 comments

The legacy __wakeup() method is deprecated as of PHP 8.5 in favor of __unserialize(). These newer methods provide more flexible and explicit control over object unserialization.

https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods

https://github.com/laravel/framework/pull/57021

arshidkv12 avatar Sep 12 '25 02:09 arshidkv12