#57570 closed enhancement (duplicate)
WP_Text_Diff_Renderer_Table should be compatible with PHP 8.2
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
As WP_Text_Diff_Renderer_Table
has magic methods like __set
and __get
, it should be checked to verify that it's compatible with PHP 8.2.
PHP 8.2 deprecates dynamic class properties.
Change History (4)
#2
@
2 years ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #56876.
Closed in favor of https://core.trac.wordpress.org/ticket/56876.
This is not exactly a duplicate, but keeping all related fixes in a single ticket makes sense.
Note: See
TracTickets for help on using
tickets.
I'm working on a patch for this issue.