#7169 closed enhancement (fixed)
Add `php-compatibility` focus to Core's Trac to identify PHP incompatibility
Reported by: | hellofromTonya | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
Please add a php-compatibility
focus to Core's Trac tickets in the "Contributor Focuses" section.
This new focus identifies an incompatibility with one or more specific PHP versions, such as PHP 8.2, 9.0, etc:
Add the
php-compatibility
focus with a description of “Relating to PHP forward and backwards compatibility. AphpNN
keyword identifies the PHP version that introduced the incompatibility”.
phpNN
where NN
is the specific PHP version that introduced the incompatibility within WordPress Core. For example, if there's an incompatibility with PHP 8.2, then phpNN
is php82
.
It's part of a recently adopted proposal: Proposal: Criteria for Removing "Beta Support" from Each PHP 8+ Version.
Change History (7)
This ticket was mentioned in Slack in #core-php by hellofromtonya. View the logs.
15 months ago
This ticket was mentioned in Slack in #meta by hellofromtonya. View the logs.
15 months ago
#3
@
15 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
This ticket was mentioned in Slack in #hosting by javier. View the logs.
15 months ago
This ticket was mentioned in PR #314 on WordPress/wordpress.org by @ironprogrammer.
5 months ago
#6
- Keywords has-patch added
Adds php-compatibility
to the shortcode, which in turn makes this option available in the "Tickets by Focus" dropdown on the Trac reports page. Allows ticket reports with this focus to be more conveniently accessed.
Also see https://meta.trac.wordpress.org/ticket/7169, where this keyword was introduced.
In 12771: