No edit summary |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= PHP 8.4 = | = PHP 8.4 = | ||
== Summary == | == Summary == | ||
Line 22: | Line 23: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAcceptedF42]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | ||
Line 41: | Line 42: | ||
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development | ||
--> | --> | ||
* [https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/V53AY2LPXAZPBSTGGWD5XUSLUIXUCGZZ/ Announced] | |||
* [https://discussion.fedoraproject.org/t/f42-change-proposal-php-8-2-self-contained/131153 Discussion Thread] | |||
* FESCo Issue: [https://pagure.io/fesco/issue/3275 #3275] | |||
* Tracker Bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2318567 #2318567] | |||
* Release Notes Issue: <will be assigned by wrangler> | |||
* A testing SCL and a testing module are available in my [https://blog.remirepo.net/post/2024/07/05/PHP-8.4-as-Software-Collection repository] | * A testing SCL and a testing module are available in my [https://blog.remirepo.net/post/2024/07/05/PHP-8.4-as-Software-Collection repository] | ||
Line 46: | Line 52: | ||
* [https://wiki.php.net/todo/php84 Upstream schedule for 8.4] | * [https://wiki.php.net/todo/php84 Upstream schedule for 8.4] | ||
* 2024-10-14 [https://bodhi.fedoraproject.org/updates/FEDORA-2024-b2df3b058a 8.4.0RC2] was build in rawhide | |||
* 2024-10-23 [https://bodhi.fedoraproject.org/updates/FEDORA-2024-bb156192c9 8.4.0RC3] | |||
* 2024-11-05 [https://bodhi.fedoraproject.org/updates/FEDORA-2024-563f686ac8 8.4.0RC4] | |||
* 2024-11-20 [https://bodhi.fedoraproject.org/updates/FEDORA-2024-21b76fdad1 8.4.0 GA] | |||
* 2024-11-20 [https://bodhi.fedoraproject.org/updates/FEDORA-2024-1c7f85c952 8.4.1] | |||
== Detailed Description == | == Detailed Description == | ||
Line 60: | Line 70: | ||
Fedora 38 and 39 have PHP 8.2, Fedora 40 and 41 have PHP 8.3. | Fedora 38 and 39 have PHP 8.2, Fedora 40 and 41 have PHP 8.3. | ||
As this version | As this version may be the last 8.x (before 9.0), it should be in Fedora 42, 43 and 44. | ||
If the PHP project chooses to do an 8.5, it should land in 44. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Line 113: | Line 124: | ||
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "Revert the shipped configuration". Or it might not (e.g. rebuilding a number of dependent packages). If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | <!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "Revert the shipped configuration". Or it might not (e.g. rebuilding a number of dependent packages). If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | ||
* Contingency mechanism: Drop not compatible packages. | * Contingency mechanism: Drop not compatible (and not fixable) packages. | ||
<!-- When is the last time the contingency mechanism can be put in place? This will typically be the beta freeze. --> | <!-- When is the last time the contingency mechanism can be put in place? This will typically be the beta freeze. --> | ||
Line 123: | Line 134: | ||
== Documentation == | == Documentation == | ||
* [https://raw.githubusercontent.com/php/php-src/ | * [https://raw.githubusercontent.com/php/php-src/PHP-8.4/UPGRADING UPGRADING] | ||
* [https://raw.githubusercontent.com/php/php-src/ | * [https://raw.githubusercontent.com/php/php-src/PHP-8.4/UPGRADING.INTERNALS UPGRADING.INTERNALS] | ||
* [https://www.php.net/releases/8.4/en.php PHP 8.4 Released!] | |||
== Release Notes == | == Release Notes == |
Latest revision as of 09:29, 21 November 2024
PHP 8.4
Summary
Update the PHP stack in Fedora to the latest version 8.4.x
Owner
- Name: Remi Collet and PHP SIG
- Email: remi at fedoraproject dot org
Current status
- Targeted release: Fedora Linux 42
- Last updated: 2024-11-21
- Announced
- Discussion Thread
- FESCo Issue: #3275
- Tracker Bug: #2318567
- Release Notes Issue: <will be assigned by wrangler>
- A testing SCL and a testing module are available in my repository
- List of extensions compatibility list
- Upstream schedule for 8.4
- 2024-10-14 8.4.0RC2 was build in rawhide
- 2024-10-23 8.4.0RC3
- 2024-11-05 8.4.0RC4
- 2024-11-20 8.4.0 GA
- 2024-11-20 8.4.1
Detailed Description
Update the PHP stack in Fedora to latest version 8.4.x.
Fedora has a 6 months cycle, PHP a 1 year cycle, our common practice for some years:
- 2 Fedora cycles for each PHP minor release (exceptions below)
- 3 Fedora cycles for latest minor (e.g. 5.6 or 7.4) to give more time before next major
- 1 Fedora cycle for first major (e.g. 7.0 or 8.0)
Fedora 38 and 39 have PHP 8.2, Fedora 40 and 41 have PHP 8.3.
As this version may be the last 8.x (before 9.0), it should be in Fedora 42, 43 and 44. If the PHP project chooses to do an 8.5, it should land in 44.
Benefit to Fedora
Provides the latest PHP version to developers and system administrators.
Scope
- Proposal owners: Check Koschei status. Test with latest version to ensure compatibility. Work with upstream on bug fixing. Needed mass rebuild (C extensions) done by change owner.
- Other developers: N/A (not a System Wide Change)
- Release engineering:#Releng issue number
- List of deliverables: N/A (not a System Wide Change)
- Policies and guidelines: N/A (not a System Wide Change)
- Trademark approval: N/A (not needed for this Change)
Upgrade/compatibility impact
N/A (not a System Wide Change)
How To Test
- The PHP stack (extensions and libraries) are monitored by Koschei, see the Koschei PHP group
- install and play with your web applications
User Experience
Developers and system administrators will have the great benefit or running the latest PHP version.
Dependencies
All php-* packages (and some *-php)
Contingency Plan
- Contingency mechanism: Drop not compatible (and not fixable) packages.
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change), Yes/No
- Blocks product? product