Commit: bc4370e8437a44e7b28d5ba46ae46b1645872244 Author: Christoph M. Becker <[email protected]> Mon, 4 Mar 2019 10:21:25 +0100 Parents: a37731ae8bec823446966b251584c67c28912baa Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bc4370e8437a44e7b28d5ba46ae46b1645872244 Log: Add missing migration guide links Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index d3446f9..a470f32 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 href="/migration71">A guide is available for migrating from PHP 7.0 to 7.1.</a>', + '5.6' => '<a href="/migration70">A guide is available for migrating from PHP 5.6 to 7.0.</a>', '5.5' => '<a href="/migration56">A guide is available for migrating from PHP 5.5 to 5.6.</a>', '5.4' => '<a href="/migration55">A guide is available for migrating from PHP 5.4 to 5.5.</a>', '5.3' => '<a href="/migration54">A guide is available for migrating from PHP 5.3 to 5.4.</a>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
