Commit: f02b126d48495cb63050c7424e20970c178386f4 Author: Adam Harvey <[email protected]> Wed, 20 Jul 2016 17:52:50 -0700 Parents: af8cc32607c926577a2809cff318d3104e85c1cc Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f02b126d48495cb63050c7424e20970c178386f4 Log: Bump 5.5's EOL date to reflect tomorrow's release. Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 424c899..dce3eb0 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -20,7 +20,7 @@ $BRANCHES = array( ), '5.5' => array( 'stable' => '2015-07-10', - 'security' => '2016-07-10', + 'security' => '2016-07-21', ), '5.6' => array( 'stable' => '2016-12-31', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
