chg: update php version warning

pull/4125/head
iwitz 2019-02-07 10:05:49 +01:00 committed by GitHub
parent 8a213b36ac
commit 49ca9ade67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ systemctl enable --now rh-mariadb102-mariadb.service
This guide installs PHP 7.1 from SCL
!!! warning
[PHP 5.6 will be EOL in December 2018](https://secure.php.net/supported-versions.php). Please update accordingly. In future only PHP7 will be supported.
[PHP 5.6 and 7.0 aren't supported since December 2018](https://secure.php.net/supported-versions.php). Please update accordingly. In the future only PHP7 will be supported.
## 2.04/ Install PHP 7.1 from SCL
```bash