#57570 closed enhancement (duplicate)
WP_Text_Diff_Renderer_Table should be compatible with PHP 8.2
| Reported by: | antonvlasenko | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
3 years ago
- Resolution → duplicate
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I'm working on a patch for this issue.