mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-26 23:04:36 +02:00
Moving to Post structure.
Lots of changes breaking out subsections into posts and programmatically generating ToC, main page content, and Back to Top links.
This commit is contained in:
10
_posts/01-02-01-Use-the-Current-Stable-Version.md
Normal file
10
_posts/01-02-01-Use-the-Current-Stable-Version.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Use the Current Stable Version (5.4)
|
||||
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.
|
||||
|
||||
[php-release]: http://www.php.net/downloads.php
|
Reference in New Issue
Block a user