Commit: c23428514874bc5868f1df0fe6b45e83e7c6ceb8 Author: Adam Harvey <[email protected]> Wed, 24 Jun 2015 10:03:19 -0700 Parents: f496b51562244d5b110115952ed2905ec912f03c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c23428514874bc5868f1df0fe6b45e83e7c6ceb8 Log: Add 5.5 EOL date block, per internals. Changed paths: M include/branches.inc Diff: diff --git a/include/branches.inc b/include/branches.inc index 73fd3ea..d912e62 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -18,6 +18,10 @@ $BRANCHES = array( 'stable' => '2014-09-14', 'security' => '2015-09-14', ), + '5.5' => array( + 'stable' => '2015-07-10', + 'security' => '2016-07-10', + ), ); function format_interval($from, $to) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
