Commit: fb94714ba68172ee436ebb7f411b8b469f1cf0c0 Author: Sergey Panteleev <[email protected]> Tue, 1 Dec 2020 15:55:36 +0300 Committer: Christoph M. Becker <[email protected]> Tue, 1 Dec 2020 14:36:14 +0100 Parents: 4949994689c0d8c24ebfdad7dd1017e31585a250 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fb94714ba68172ee436ebb7f411b8b469f1cf0c0 Log: docs(eol): Migration guide 7.2 Added migration guide 7.2 to 7.3 Closes GH-377. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index b2a4d9395..ed1407ada 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.2' => '<a href="/migration73">A guide is available for migrating from PHP 7.2 to 7.3.</a>', '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>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
