From 8d8fa72cca27b1246232b236a436e2a98fe502b2 Mon Sep 17 00:00:00 2001 From: Rogerio Prado de Jesus Date: Fri, 21 Jun 2013 18:21:42 -0300 Subject: [PATCH] Bump PHP current version to 5.5 in Use-the-Current-Stable-Version.md Signed-off-by: Rogerio Prado de Jesus --- _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 ccb0b35..d8d5881 100644 --- a/_posts/01-02-01-Use-the-Current-Stable-Version.md +++ b/_posts/01-02-01-Use-the-Current-Stable-Version.md @@ -1,11 +1,11 @@ --- -title: Use the Current Stable Version (5.4) +title: Use the Current Stable Version (5.5) isChild: true --- -## Use the Current Stable Version (5.4) {#use_the_current_stable_version_54_title} +## Use the Current Stable Version (5.5) {#use_the_current_stable_version_55_title} -If you are just getting started with PHP make sure to start with the current stable release of [PHP 5.4][php-release]. PHP has made great strides adding powerful [new features](#language_highlights) over the last few years. Don't let the minor version number difference between 5.2 and 5.4 fool you, it represents _major_ improvements. If you are looking for a function or it's usage, the documentation on the [php.net][php-docs] website will have the answer. +If you are just getting started with PHP make sure to start with the current stable release of [PHP 5.5][php-release]. PHP has made great strides adding powerful [new features](#language_highlights) over the last few years. Don't let the minor version number difference between 5.2 and 5.5 fool you, it represents _major_ improvements. If you are looking for a function or it's 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/