From Fedora Project Wiki
(Created page with "<!-- Self Contained or System Wide Change Proposal? Use this guide to determine to which category your proposed change belongs to. Self Contained Changes are: * changes to is...")
 
No edit summary
Line 136: Line 136:
== Documentation ==
== Documentation ==


<!--
* [https://www.php.net/ChangeLog-8.php#PHP_8_0 CHANGELOG]
* [http://www.php.net/ChangeLog-7.php#7.3.0 CHANGELOG]
* [https://www.php.net/manual/en/migration80.php Migrating from PHP 7.4.x to PHP 8.0.x]
* [http://php.net/manual/en/migration74.php Migrating from PHP 7.3.x to PHP 7.4.x]
* [https://www.php.net/releases/8.0/en.php PHP 8 released] (new features announcement)
-->
* [https://raw.githubusercontent.com/php/php-src/PHP-8.0/UPGRADING UPGRADING]
* [https://raw.githubusercontent.com/php/php-src/PHP-7.4/UPGRADING UPGRADING]
* [https://raw.githubusercontent.com/php/php-src/PHP-8.0/UPGRADING.INTERNALS UPGRADING.INTERNALS]
* [https://raw.githubusercontent.com/php/php-src/PHP-7.4/UPGRADING.INTERNALS UPGRADING.INTERNALS]


== Release Notes ==
== Release Notes ==
Line 150: Line 149:
-->
-->


[[Category:ChangePageIncomplete]]
[[Category:ChangeReadyForWrangler]]
<!-- 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 157: Line 156:


<!-- Select proper category, default is Self Contained Change -->
<!-- Select proper category, default is Self Contained Change -->
<!-- [[Category:ChangeAcceptedF30]] -->
[[Category:SelfContainedChange]]
[[Category:SelfContainedChange]]

Revision as of 09:58, 7 January 2021


PHP 8.0

Summary

Update the PHP stack in Fedora to latest version 8.0.x

Owner

Current status

  • Targeted release: Fedora 35
  • Last updated: 2021-01-07
  • Tracker bug:
  • Release notes tracker:
  • Nov 26th 2020 PHP 8.0.0 was released
  • Jan 7th 2021 PHP 8.0.1 was released

Detailed Description

Update the PHP stack in Fedora to latest version 8.0.x.

  • Despiste PHP 8.0 schedule was compatible with Fedora 34 one, we choose to skip 1 cycle to give more time for projects to adapt to this new major version
  • At Fedora 35 time, PHP 7.3 will be EOL, 7.4 on security mode so 8.0 the only version with active support, see PHP supported version
  • 8.1 is planed for end of year and will be a Fedora 36 feature

Dropped unmaintained extensions (available on PECL if needed):

  • xmlrpc

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:
  • 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 packages.
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? product

Documentation

Release Notes