Commit: 9840594811ecf4252acf5b22487b0b9ec3c28095 Author: Adam Harvey <[email protected]> Fri, 20 Jan 2017 10:36:29 +1100 Parents: d20a4c1a0cd9b5a8e9018bfd8255b252747c5ee5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9840594811ecf4252acf5b22487b0b9ec3c28095 Log: Tweak the 5.6 EOL date to match the 5.6.30 release. Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 5958fa2..9b17bf7 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -29,7 +29,7 @@ $BRANCHES = array( 'security' => '2016-07-21', ), '5.6' => array( - 'stable' => '2016-12-31', + 'stable' => '2017-01-19', 'security' => '2018-12-31', ), ); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
