Commit: fad56c7067621269961ec6f1133893d56052da70 Author: Adam Harvey <[email protected]> Thu, 3 Dec 2015 15:27:05 -0800 Parents: b9c92d6ab494173235c3c8c17f54ffc2ef351b6f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fad56c7067621269961ec6f1133893d56052da70 Log: Quick change to link from the sidebar to the 7.0 migration guide. I might tinker with this further, but let's get this out now and tinker later. Thanks to Chris for spotting it! Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 2be4b58..a8ba405 100644 --- a/index.php +++ b/index.php @@ -169,7 +169,7 @@ if (is_array($CONF_TEASER)) { $SIDEBAR = <<< SIDEBAR_DATA - <p class='panel'><a href='/migration56' title='Upgrading to PHP 5.6' class='headline'>Upgrading to PHP 5.6</a></p> + <p class='panel'><a href='/migration70' title='Upgrading to PHP 7' class='headline'>Upgrading to PHP 7</a></p> $announcements <p class='panel'><a href='/cal.php'>User Group Events</a></p> <p class='panel'><a href='/thanks.php'>Special Thanks</a></p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
