diff --git a/eol.php b/eol.php index d3446f934..a470f329f 100644 --- a/eol.php +++ b/eol.php @@ -6,6 +6,8 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/branches.inc'; // Notes for specific branches can be added here, and will appear in the table. $BRANCH_NOTES = array( + '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.', '5.4' => 'A guide is available for migrating from PHP 5.4 to 5.5.', '5.3' => 'A guide is available for migrating from PHP 5.3 to 5.4.',