Skip to content

Commit 0f2ee9a

Browse files
committed
add section for recent release dates
1 parent 118feac commit 0f2ee9a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,27 @@ When you struggle to understand a notion, I suggest you look for answers on the
2626
- [PHP The Right Way](https://phptherightway.com/)
2727
- [StackOverflow](https://stackoverflow.com/questions/tagged/php)
2828

29+
### Recent PHP releases
30+
31+
| Major Version |Release date|
32+
|----------------------------------------------------|---|
33+
| [PHP 8.1](https://www.php.net/releases/8.1/en.php) |November 2021|
34+
| [PHP 8.0](https://www.php.net/releases/8.0/en.php) |November 2020|
35+
| PHP 7.4 |November 2019|
36+
| PHP 7.3 |December 2018|
37+
| PHP 7.2 |November 2017|
38+
| PHP 7.1 |December 2016|
39+
| PHP 7.0 |December 2015|
40+
41+
More infos on [php.net](https://www.php.net/supported-versions.php).
42+
2943
## Table of Contents
3044

3145
- [Modern PHP cheatsheet](#modern-php-cheatsheet)
3246
* [Introduction](#introduction)
3347
+ [Motivation](#motivation)
3448
+ [Complementary resources](#complementary-resources)
49+
+ [Recent PHP releases](#recent-php-releases)
3550
* [Table of contents](#table-of-contents)
3651
* [Notions](#notions)
3752
+ [Function default parameter value](#function-default-parameter-value)

0 commit comments

Comments
 (0)