From 8dc199035af240fa2dc2cea8df5e75c9a7f18598 Mon Sep 17 00:00:00 2001 From: Tom Van Looy Date: Thu, 19 Jul 2012 21:47:29 +0200 Subject: [PATCH] link to the php documentation --- _posts/01-02-01-Use-the-Current-Stable-Version.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 6dbaaca..95769eb 100644 --- a/_posts/01-02-01-Use-the-Current-Stable-Version.md +++ b/_posts/01-02-01-Use-the-Current-Stable-Version.md @@ -5,6 +5,7 @@ isChild: true ## Use the Current Stable Version (5.4) -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 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 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/