From d4d8bee33d20196fca3672de28fd4f50a6cfb94d Mon Sep 17 00:00:00 2001 From: Francisco Presencia Date: Tue, 2 Sep 2014 10:36:39 +0200 Subject: [PATCH] New stable PHP version released (5.6) http://php.net/archive/2014.php#id2014-08-28-1 --- _posts/01-02-01-Use-the-Current-Stable-Version.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fa5f8f9..53a004f 100644 --- a/_posts/01-02-01-Use-the-Current-Stable-Version.md +++ b/_posts/01-02-01-Use-the-Current-Stable-Version.md @@ -1,12 +1,12 @@ --- -title: Use the Current Stable Version (5.5) +title: Use the Current Stable Version (5.6) isChild: true anchor: use_the_current_stable_version --- -## Use the Current Stable Version (5.5) {#use_the_current_stable_version_title} +## Use the Current Stable Version (5.6) {#use_the_current_stable_version_title} -If you are getting started with PHP, start with the current stable release of [PHP 5.5][php-release]. PHP has added powerful [new features](#language_highlights) over the last few years. Though the incremental version number difference between 5.2 and 5.5 is small, it represents _major_ improvements. If you are looking for a function or its usage, the documentation on the [php.net][php-docs] website will have the answer. +If you are getting started with PHP, start with the current stable release of [PHP 5.6][php-release]. PHP has added powerful [new features](#language_highlights) over the last few years. Though the incremental version number difference between 5.2 and 5.6 is small, it represents _major_ improvements. If you are looking for a function or its usage, the documentation on the [php.net][php-docs] website will have the answer. [php-release]: http://www.php.net/downloads.php [php-docs]: http://www.php.net/manual/en/