Commit: 75b9b2254d707d2f6fdaf99b0aaf6e7be9b53324 Author: Sebastian Bergmann <sebast...@php.net> Wed, 13 Jan 2016 13:11:44 +0100 Parents: 88d8e67797fff334dbefd4bd06da9078938225bb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=75b9b2254d707d2f6fdaf99b0aaf6e7be9b53324 Log: Reflect the vote on https://wiki.php.net/rfc/php56timeline Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 631f4a5..424c899 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -22,6 +22,10 @@ $BRANCHES = array( 'stable' => '2015-07-10', 'security' => '2016-07-10', ), + '5.6' => array( + 'stable' => '2016-12-31', + 'security' => '2018-12-31', + ), ); function format_interval($from, $to) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php