From 953d2c18ae11f88b622eee137a651c420c946348 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Apr 14 2020 11:50:37 +0000 Subject: Issue 392 - PHP 7.4 --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index 945610f..a2ce2ee 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -22,3 +22,8 @@ The `python-django` package has been updated to version 3.0 in Fedora 32. Notabl See the link:https://docs.djangoproject.com/en/3.0/releases/3.0/[upstream release notes] for full information about this release. +== PHP 7.4 + +Fedora 32 provides the latest version 7.4 of the PHP stack. +This new version provides a large set of new features, new functions, classes, and interfaces, performance improvements, as well as some removals, deprecations, and backward incompatible changes. +Those using the PHP stack on Fedora should therefore read through the link:https://raw.githubusercontent.com/php/php-src/PHP-7.4/UPGRADING[upstream Upgrade Notes]. link:https://raw.githubusercontent.com/php/php-src/PHP-7.4/UPGRADING.INTERNALS[Internals Upgrade Notes] are also available upstream.