Changes between Initial Version and Version 2 of Ticket #59231
- Timestamp:
- 08/28/2023 11:40:09 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59231
- Property Keywords has-patch has-unit-tests added
-
Ticket #59231 – Description
initial v2 68 68 === GitHub Actions 69 69 70 **TODO:** 71 * Add PHP 8.3 to the GitHub Actions `phpunit-tests.yml` configuration. 70 * Add PHP 8.3 to the GitHub Actions `phpunit-tests.yml` configuration. [https://github.com/WordPress/wordpress-develop/pull/5106 GH PR #5106] 72 71 73 72 Notes: … … 90 89 Based on initial (bleeding edge) PHPCompatibility scans + the tests, WP is affected by two of the deprecations in PHP 8.3: 91 90 * `get_class()` and `get_parent_class()` - this is already being tracked in #58876, there is a patch available, which IMO is ready for commit. 92 * `ReflectionProperty::setValue()` with static properties. I will attach a patch for these to this ticket.91 * `ReflectionProperty::setValue()` with static properties. [https://github.com/WordPress/wordpress-develop/pull/5105 GH PR #5105] 93 92 94 93 The other deprecations in this RFC do not appear to affect WP Core at this time.