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

34 Commits

Author SHA1 Message Date
Ben Ramsey
52bb5ca4fc PHP 8.1 is now end-of-life 2025-12-31 17:37:20 -06:00
Andreas Möller
2b708363b5 Fix: Do not pass null to function that expects DateTime or string (#869) 2023-12-06 17:47:00 +01:00
Sergey Panteleev
93c74f5b50 PHP 8.0 is now EOL (#840) 2023-11-26 10:15:50 +03:00
Sergey Panteleev
2f335ddbc1 PHP 7.4 EOL 2022-11-28 03:00:31 +03:00
Steve Desmond
78c8ffeba4 Combine EOL date and period columns
Closes GH-499.
2022-10-21 14:16:12 +02:00
Ryan Marks
5e0f80ecb2 Update links to previously removed guides
We use Zend's PHP Legacy docs.

Closes GH-704.
2022-09-28 13:31:01 +02:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
f3585d9bdf Enhancement: Enable indentation_type fixer
Closes GH-622.
2022-07-11 20:34:20 +02:00
Andreas Möller
c40cac09f2 Remove superfluous note
Closes GH-558.
2022-06-27 16:13:23 +02:00
Mathias Reker ⚡️
ede0cad42f Ternary to null coalescing
Use null coalescing operator ?? where possible.

Closes GH-528.
2022-06-17 18:43:40 +02:00
Sergey Panteleev
c68c79270d Add migration guide for EOL PHP 7.3 2021-12-06 12:06:40 +03:00
Sergey Panteleev
fb94714ba6 docs(eol): Migration guide 7.2
Added migration guide 7.2 to 7.3

Closes GH-377.
2020-12-01 14:36:14 +01:00
Erik Perri
0df57204dd Added 7.1 migration guide link 2019-12-02 12:04:27 +01:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Christoph M. Becker
bc4370e843 Add missing migration guide links 2019-03-04 10:21:25 +01:00
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