Commit:    d160aebe33832d66c5d243473ad62ce05c7cd693
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 31 Jan 2019 
13:50:13 +0100
Parents:   a6ff072737520049bc3e26a4118d17723b3836be
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=d160aebe33832d66c5d243473ad62ce05c7cd693

Log:
Fix 7.0 EOL dates

Changed paths:
  M  include/branches.inc


Diff:
diff --git a/include/branches.inc b/include/branches.inc
index 3b7abf1..4e74370 100644
--- a/include/branches.inc
+++ b/include/branches.inc
@@ -32,6 +32,10 @@ $BRANCHES = array(
                'stable'   => '2017-01-19',
                'security' => '2018-12-31',
        ),
+       '7.0' => array(
+               'stable'   => '2018-01-04',
+               'security' => '2019-01-10',
+       ),
 );
 
 /* Time to keep EOLed branches in the array returned by get_active_branches(),


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to