parent
7e0b16d779
commit
6ef8d98594
|
@ -25,7 +25,7 @@ Requirements
|
|||
* A database, MySQL (>= 5.1) or PostgreSQL (>= 9.1). MariaDB and other
|
||||
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.
|
||||
* 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-curl
|
||||
* php-iconv
|
||||
|
|
|
@ -94,6 +94,7 @@ next (will be 1.8.0)
|
|||
### Internals
|
||||
* FEATURE: Property Modifiers are now able to clone rows (#2060)
|
||||
* 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)
|
||||
* FIX: typo in DeploymentHook::onSuccessfulDump() has been fixed (#2069)
|
||||
* FIX: forms now support dbResourceName (#2064)
|
||||
|
|
Loading…
Reference in New Issue