Commit: 5844ac781ebb96a1ee2785fe136700db372bd4a5 Author: Adam Harvey <[email protected]> Tue, 19 Aug 2014 15:00:58 -0700 Parents: ade1471a70d9587cf1515a2f946ffde9470a930a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5844ac781ebb96a1ee2785fe136700db372bd4a5 Log: Add new migration guides to the EOL page. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index 5496ae7..e5a6160 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( + '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>', '5.2' => '<a href="/migration53">A guide is available for migrating from PHP 5.2 to 5.3.</a>', '5.1' => '<a href="/migration52">A guide is available for migrating from PHP 5.1 to 5.2.</a>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
