Commit: f8c1f70afa3f6a91e1b6e71c863fe14ef05a3e60 Author: Adam Harvey <[email protected]> Tue, 19 Aug 2014 15:00:58 -0700 Parents: bdfb8ba4db1d7ad1b63c23cae76f35869a9ab08e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f8c1f70afa3f6a91e1b6e71c863fe14ef05a3e60 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
