Commit:    0a4e513b242137374abed2e59fb230c4b1e6470f
Author:    Adam Harvey <[email protected]>         Tue, 19 Aug 2014 15:02:56 -0700
Parents:   d82c8f6ed3cfaa005963cd7e32f5a5bb26390381
Branches:  master

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

Log:
Force 5.3.29 to be considered EOL.

Changed paths:
  M  eol.php


Diff:
diff --git a/eol.php b/eol.php
index e5a6160..1967e97 100644
--- a/eol.php
+++ b/eol.php
@@ -38,7 +38,7 @@ site_header('Unsupported Branches');
                </tr>
        </thead>
        <tbody>
-               <?php foreach (get_eol_branches() as $major => $branches):
+               <?php foreach (get_eol_branches(array('5.3.29')) as $major => 
$branches):
 
                                foreach ($branches as $branch => $detail) {
                                        try {


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

Reply via email to