Skip to content

ext/date: Deprecate __wakeup() methods in favour of __unserialize() - #19827

Merged
Girgias merged 1 commit into
php:masterfrom
Girgias:date-wakeup-dep
Sep 21, 2025
Merged

ext/date: Deprecate __wakeup() methods in favour of __unserialize()#19827
Girgias merged 1 commit into
php:masterfrom
Girgias:date-wakeup-dep

Conversation

@Girgias

Copy link
Copy Markdown
Member

To nudge downstream users to use __unserialize() as __wakeup() is deprecated.

@Girgias
Girgias requested a review from a teamSeptember 13, 2025 16:36
@Girgias
Girgias marked this pull request as ready for review September 13, 2025 17:04

@DanielEScherzerDanielEScherzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RM approval, technical review not performed
Cross-link #19435 so that if that gets reverted this one gets reverted too

@Girgias
Girgias merged commit 4fbd248 into php:masterSep 21, 2025
8 of 9 checks passed
@Girgias
Girgias deleted the date-wakeup-dep branch September 21, 2025 23:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Girgias@DanielEScherzer