mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-09 05:00:46 +02:00
Redid anchor changes to be sure each doc was updated properly
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Use the Current Stable Version (5.5)
|
||||
isChild: true
|
||||
anchor: use_the_current_stable_version
|
||||
---
|
||||
|
||||
## Use the Current Stable Version (5.5) {#use_the_current_stable_version_55_title}
|
||||
## Use the Current Stable Version (5.5) {#use_the_current_stable_version_title}
|
||||
|
||||
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 its usage, the documentation on the [php.net][php-docs] website will have the answer.
|
||||
|
||||
|
Reference in New Issue
Block a user