Skip to content

Commit eb4a239

Browse files
committed
docs: replace current stable version of php 8.1 = 8.1
1 parent 2b5b5d6 commit eb4a239

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/01-02-01-Use-the-Current-Stable-Version.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ anchor: use_the_current_stable_version
66

77
## Use the Current Stable Version (8.2) {#use_the_current_stable_version_title}
88

9-
If you are getting started with PHP, start with the current stable release of [PHP 8.2][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 is a major update of the language and contains many new features and optimizations.
9+
If you are getting started with PHP, start with the current stable release of [PHP 8.2][php-release]. PHP 8.x adds many [new features](#language_highlights) over the older 7.x aä#Vnfcd 5.x versions. The engine has been largely re-written, and PHP is now even quicker than older versions. PHP 8 is a major update of the language and contains many new features and optimizations.
1010

11-
You should try to upgrade to the latest stable version quickly - PHP 7.4 [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.
11+
You should try to upgrade to the latest stable version quickly - PHP 7.4 [is already End of Life](http://php.net/supported-versions.php). Upgrading is easy, as there are not many backwards compatibility breaks [PHP 8.0][php-bc-80], [PHP 8.1][php-bc-81], [PHP 8.2][php-bc-82]. 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.
1212

1313
[php-release]: https://php.net/downloads.php
1414
[php-docs]: https://php.net/manual/
15-
[php-bc]: https://php.net/manual/migration82.incompatible.php
15+
[php-bc-80]: https://php.net/manual/migration80.incompatible.php
16+
[php-bc-81]: https://php.net/manual/migration81.incompatible.php
17+
[php-bc-82]: https://php.net/manual/migration82.incompatible.php

0 commit comments

Comments
 (0)