Recommend PHP 8.0

This commit is contained in:
Peter Kokot
2021-01-13 21:21:05 +01:00
parent 29f8049e88
commit 41cb73d1b3
2 changed files with 10 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
---
title: Use the Current Stable Version (7.4)
title: Use the Current Stable Version (8.0)
isChild: true
anchor: use_the_current_stable_version
---
## Use the Current Stable Version (7.4) {#use_the_current_stable_version_title}
## Use the Current Stable Version (8.0) {#use_the_current_stable_version_title}
If you are getting started with PHP, start with the current stable release of [PHP 7.4][php-release]. PHP 7.x adds many [new features](#language_highlights) over the older 5.x versions. The engine has been largely re-written, and PHP is now even quicker than older versions.
If you are getting started with PHP, start with the current stable release of [PHP 8.0][php-release]. PHP 8.x adds many [new features](#language_highlights) over the older 7.x and 5.x versions. The engine has been largely re-written, and PHP is now even quicker than older versions. PHP 8.0 is a major update of the language and contains many new features and optimizations.
You should try to upgrade to the latest stable version quickly - PHP 5.6 [is already End of Life](http://php.net/supported-versions.php). Upgrading is easy, as there are not many [backwards compatibility breaks][php74-bc]. If you are not sure which version a function or feature is in, you can check the PHP documentation on the [php.net][php-docs] website.
You should try to upgrade to the latest stable version quickly - PHP 5.6 [is already End of Life](http://php.net/supported-versions.php). Upgrading is easy, as there are not many [backwards compatibility breaks][php-bc]. If you are not sure which version a function or feature is in, you can check the PHP documentation on the [php.net][php-docs] website.
[php-release]: http://php.net/downloads.php
[php-docs]: http://php.net/manual/
[php74-bc]: http://php.net/manual/migration74.incompatible.php
[php-bc]: http://php.net/manual/migration80.incompatible.php