Commit:    d213d49fba5af707711c3bc641a9fdf64eeb0812
Author:    Adam Harvey <[email protected]>         Wed, 24 Jun 2015 10:03:19 -0700
Parents:   ea5fd3b3a46619d2b6e5e3d4418667bf5c4c0a4a
Branches:  master

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

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

Reply via email to