Commit: 0df57204dda21eba36f873f0651784d2bff2f66b Author: Erik Perri <46399654+erik-pe...@users.noreply.github.com> Mon, 2 Dec 2019 00:49:20 +0000 Committer: Christoph M. Becker <cmbecke...@gmx.de> Mon, 2 Dec 2019 12:04:27 +0100 Parents: f0a7e3f057b6c68188f1bf28d677fd780a3b8ad1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0df57204dda21eba36f873f0651784d2bff2f66b Log: Added 7.1 migration guide link Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index 75800824c..b2a4d9395 100644 --- a/eol.php +++ b/eol.php @@ -6,6 +6,7 @@ include_once __DIR__ . '/include/branches.inc'; // Notes for specific branches can be added here, and will appear in the table. $BRANCH_NOTES = array( + '7.1' => '<a href="/migration72">A guide is available for migrating from PHP 7.1 to 7.2.</a>', '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>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php