doc: mention PHP 8 support

fixes #2233
This commit is contained in:
Thomas Gelf 2020-11-28 19:00:09 +01:00
parent 7e0b16d779
commit 6ef8d98594
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Requirements
* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other * A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other
MySQL forks are also fine. Mentioned versions are the required minimum, MySQL forks are also fine. Mentioned versions are the required minimum,
for MySQL we suggest using at least 5.5.3, for PostgreSQL 9.4. for MySQL we suggest using at least 5.5.3, for PostgreSQL 9.4.
* PHP (>= 5.6.3). For best performance please consider use 7.x * PHP (>= 5.6.3). For best performance please consider use 7.x or 8.x
* php-pdo-mysql and/or php-pdo-pgsql * php-pdo-mysql and/or php-pdo-pgsql
* php-curl * php-curl
* php-iconv * php-iconv

View File

@ -94,6 +94,7 @@ next (will be 1.8.0)
### Internals ### Internals
* FEATURE: Property Modifiers are now able to clone rows (#2060) * FEATURE: Property Modifiers are now able to clone rows (#2060)
* FEATURE: URL encoding for the Core API has been unified * FEATURE: URL encoding for the Core API has been unified
* FEATURE: PHP 8.0 has been released and is officially supported (#2233)
* REMOVED: dipl has been dropped, we're using ipl/incubator since v1.7 (#2209) * REMOVED: dipl has been dropped, we're using ipl/incubator since v1.7 (#2209)
* FIX: typo in DeploymentHook::onSuccessfulDump() has been fixed (#2069) * FIX: typo in DeploymentHook::onSuccessfulDump() has been fixed (#2069)
* FIX: forms now support dbResourceName (#2064) * FIX: forms now support dbResourceName (#2064)