diff --git a/eol.php b/eol.php index 75800824c4..b2a4d93955 100644 --- a/eol.php +++ b/eol.php @@ -6,6 +6,7 @@ // Notes for specific branches can be added here, and will appear in the table. $BRANCH_NOTES = array( + '7.1' => 'A guide is available for migrating from PHP 7.1 to 7.2.', '7.0' => 'A guide is available for migrating from PHP 7.0 to 7.1.', '5.6' => 'A guide is available for migrating from PHP 5.6 to 7.0.', '5.5' => 'A guide is available for migrating from PHP 5.5 to 5.6.',