1
0
mirror of https://github.com/php/web-php.git synced 2026-04-28 01:13:10 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Adam Harvey 695ec0732d Remove the "eol" hackery that I added a couple of years ago.
For "modern" PHP branches (5.3 onwards), we'll base whether they're considered
active purely off the support dates for the branch. To ensure that we don't
immediately remove the download links for EOL branches from the front page,
we'll still consider them "active" for those purposes for 28 days after the
final release.

Basically, rather than having two sources of truth for whether a branch is EOL
or not (the flag and the support dates in branches.inc), we now have one (the
support dates). This should be an improvement.
2016-07-20 19:20:58 -07:00
Adam Harvey a85174aeee Revert "Add an override for 5.4 on the EOL page for now."
This reverts commit 751d067b86.
2015-11-08 15:59:59 +01:00
Adam Harvey 751d067b86 Add an override for 5.4 on the EOL page for now.
We can revert this once 5.4 has been moved to $OLDRELEASES, which will take
place once Stas confirms that there won't be an additional release, since the
door was left open in the 5.4.45 announcement.
2015-09-14 21:01:46 -07:00
Adam Harvey 33d5508c08 Link the supported versions page from some appropriate places. 2014-10-28 09:45:59 -07:00
Adam Harvey 06658b4306 Tidy up the EOL page and move interval formatting to an include file. 2014-10-27 13:25:21 -07:00
Adam Harvey 295c61015c Remove the eol.php special case for 5.3.29.
Instead, let's have an optional "eol" flag for releases in the $RELEASES array,
and use that to drive eol.php.
2014-09-30 17:07:55 -07:00
Adam Harvey c6f06a34aa Ensure we always link to the right downloads page. 2014-08-19 15:08:25 -07:00
Adam Harvey 0a4e513b24 Force 5.3.29 to be considered EOL. 2014-08-19 15:02:56 -07:00
Adam Harvey 5844ac781e Add new migration guides to the EOL page. 2014-08-19 15:00:58 -07:00
Michael 5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Sherif Ramadan e80825e1c1 Fix EOL dates DateTime constructor bug. $detail['date'] is a Unix timestamp
and not a formated date. My mistake.
2013-11-22 20:20:07 -05:00
Sherif Ramadan e939201949 Fix another EOL date bug. Wrong values for the periods. 2013-11-22 20:05:18 -05:00
Sherif Ramadan 64b7737ac4 Fix EOL dates bug.
No need for a loop and the first array element should be used for the ternary,
not the second.
2013-11-22 20:03:37 -05:00
Sherif Ramadan bc9f028a74 Fix spelling error.
It's unknown not uknown.
2013-11-22 19:45:18 -05:00
Sherif Ramadan 3e403992c4 Fix prior EOL date commit bug.
We don't need the else clause here.
2013-11-22 18:56:23 -05:00
Sherif Ramadan cad8f0789a Make the EOL dates slightly more readable. 2013-11-22 18:44:21 -05:00
Adam Harvey 5be825dad3 Remove the security placeholder (please re-add this information, anyone who has
a comprehensive list of security vulnerabilities in old branches!) that was
there to demonstrate branch notes and replace it with a more generic statement
about PHP 4 now being dead.
2012-08-03 10:12:01 +08:00
Adam Harvey c30e1a9ee1 Add links to the relevant migration guides. 2012-08-02 16:57:14 +08:00
Adam Harvey 87df5451ed Add a rough EOL page, per the Internals discussion. Copy editing welcome!
I haven't linked this from anywhere yet, pending further discussion.
2012-08-02 14:31:31 +08:00