File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ PHP NEWS
3333- Date:
3434 . Fixed GH-17159: "P" format for ::createFromFormat swallows string literals.
3535 (nielsdos)
36- . The __wakeup() magic method of DateTimeInterface, DateTime,
37- DateTimeImmutable, DateTimeZone, DateInterval, and DatePeriod has been
38- deprecated in favour of the __unserialize() magic method. (Girgias)
3936
4037- Exif:
4138 . Fix OSS-Fuzz #442954659 (zero-size box in HEIF file causes infinite loop).
Original file line number Diff line number Diff line change @@ -415,10 +415,6 @@ PHP 8.5 UPGRADE NOTES
415415 deprecated. This is because the associated timezone is ignored and always
416416 uses GMT.
417417 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_date_rfc7231_and_datetimeinterfacerfc7231
418- . The __wakeup() magic method of DateTimeInterface, DateTime,
419- DateTimeImmutable, DateTimeZone, DateInterval, and DatePeriod has been
420- deprecated in favour of the __unserialize() magic method.
421- Related to RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods
422418
423419- FileInfo:
424420 . The finfo_close() function has been deprecated.
You can’t perform that action at this time.
0 commit comments