DOCS PHP 7.4 support

This commit is contained in:
brynwhyman 2020-07-22 09:08:24 +12:00
parent 8f1167b453
commit b96133651b
2 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,8 @@ How easy will it be to update my project? It's a fair question, and sometimes a
There are some fundamental changes in SilverStripe 4:
* PHP 7.1 is now the minimum required version for SilverStripe 4.5.0 and above and up to PHP 7.3 is supported. We strongly recommend you only use [supported versions of PHP](https://www.php.net/supported-versions.php). Note: SilverStripe 4.0.0 through 4.4.0 still support PHP 5.6.
* PHP 7.1 is now the minimum required version for SilverStripe 4.5.0 and above. We strongly recommend you only use [supported versions of PHP](https://www.php.net/supported-versions.php). Note: SilverStripe 4.0.0 through 4.4.0 still support PHP 5.6.
* PHP 7.4 is supported from SilverStripe 4.5.3 and above.
* SilverStripe is now even more modular which allows you to remove functionality your project might not need.
* Common functionality sets can now be installed via SilverStripe _recipes_.
* SilverStripe modules can now be installed in the `vendor/` folder along with your regular PHP packages.

View File

@ -8,6 +8,7 @@
* [Solr no longer indexes draft/restricted content](#solr-updates)
* [Simplify customisation of ModelAdmin](#modeladmin-customisation)
* [Login forms module ships with installer](#loginforms)
* [PHP 7.4 compatibility](#php7-4)
## Security patches
@ -334,6 +335,10 @@ login form.
View the [Silverstripe Login Forms readme](https://github.com/silverstripe/silverstripe-login-forms) on Github for more details.
## PHP 7.4 compatibility {#php7-4}
This release supports PHP 7.4, as does version 4.5.3 which was released at the same time. At the time of this release, all [commercially supported modules](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) also support PHP 7.4.
## Regressions
- [File section, icons broken until page is refreshed](https://github.com/silverstripe/silverstripe-admin/issues/1064)