History log of /web-php/eol.php (Results 1 – 25 of 33)
Revision Date Author Comments
# 2b708363 06-Dec-2023 Andreas Möller

Fix: Do not pass null to function that expects DateTime or string (#869)


# 93c74f5b 26-Nov-2023 Sergey Panteleev

PHP 8.0 is now EOL (#840)


# 2f335ddb 28-Nov-2022 Sergey Panteleev

PHP 7.4 EOL


# 78c8ffeb 21-Oct-2022 Steve Desmond <195896+SteveDesmond-ca@users.noreply.github.com>

Combine EOL date and period columns

Closes GH-499.


# 5e0f80ec 28-Sep-2022 Ryan Marks

Update links to previously removed guides

We use Zend's PHP Legacy docs.

Closes GH-704.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.


# f3585d9b 11-Jul-2022 Andreas Möller

Enhancement: Enable `indentation_type` fixer

Closes GH-622.


# c40cac09 27-Jun-2022 Andreas Möller

Remove superfluous note

Closes GH-558.


# ede0cad4 17-Jun-2022 Mathias Reker ⚡️

Ternary to null coalescing

Use null coalescing operator ?? where possible.

Closes GH-528.


# c68c7927 06-Dec-2021 Sergey Panteleev

Add migration guide for EOL PHP 7.3


# fb94714b 01-Dec-2020 Sergey Panteleev

docs(eol): Migration guide 7.2

Added migration guide 7.2 to 7.3

Closes GH-377.


# 0df57204 02-Dec-2019 Erik Perri <46399654+erik-perri@users.noreply.github.com>

Added 7.1 migration guide link


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# bc4370e8 04-Mar-2019 Christoph M. Becker

Add missing migration guide links


# 695ec073 21-Jul-2016 Adam Harvey

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 br

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.

show more ...


# a85174ae 08-Nov-2015 Adam Harvey

Revert "Add an override for 5.4 on the EOL page for now."

This reverts commit 751d067b86f82ada97ff0645166b4c057bb932a6.


# 751d067b 15-Sep-2015 Adam Harvey

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 re

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.

show more ...


# 33d5508c 28-Oct-2014 Adam Harvey

Link the supported versions page from some appropriate places.


# 06658b43 27-Oct-2014 Adam Harvey

Tidy up the EOL page and move interval formatting to an include file.


# 295c6101 01-Oct-2014 Adam Harvey

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.


# c6f06a34 19-Aug-2014 Adam Harvey

Ensure we always link to the right downloads page.


# 0a4e513b 19-Aug-2014 Adam Harvey

Force 5.3.29 to be considered EOL.


# 5844ac78 19-Aug-2014 Adam Harvey

Add new migration guides to the EOL page.


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# e80825e1 23-Nov-2013 Sherif Ramadan

Fix EOL dates DateTime constructor bug. $detail['date'] is a Unix timestamp
and not a formated date. My mistake.


12