From 856d049000db171abf1fd17abf7707cabd8a2231 Mon Sep 17 00:00:00 2001 From: colshrapnel Date: Sat, 29 Dec 2018 12:57:19 +0300 Subject: [PATCH] 7.3 obligatory update --- _posts/01-02-01-Use-the-Current-Stable-Version.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/01-02-01-Use-the-Current-Stable-Version.md b/_posts/01-02-01-Use-the-Current-Stable-Version.md index 8d49377..4701dbc 100644 --- a/_posts/01-02-01-Use-the-Current-Stable-Version.md +++ b/_posts/01-02-01-Use-the-Current-Stable-Version.md @@ -1,15 +1,15 @@ --- -title: Use the Current Stable Version (7.2) +title: Use the Current Stable Version (7.3) isChild: true anchor: use_the_current_stable_version --- -## Use the Current Stable Version (7.2) {#use_the_current_stable_version_title} +## Use the Current Stable Version (7.3) {#use_the_current_stable_version_title} -If you are getting started with PHP, start with the current stable release of [PHP 7.2][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 7.3][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. -You should try to upgrade to the latest stable version quickly - PHP 5.6 [will not receive security updates beyond 2018](http://php.net/supported-versions.php). Upgrading is easy, as there are not many [backwards compatibility breaks][php72-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][php73-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/ -[php72-bc]: http://php.net/manual/migration72.incompatible.php +[php73-bc]: http://php.net/manual/migration73.incompatible.php