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

384 Commits

Author SHA1 Message Date
Derick Rethans
dc26a872ee Add link to Windows Downloads (#1870)
* Add link to Windows Downloads

* Break into two panels due to interesting design choices
2026-03-20 12:44:15 +00:00
Derick Rethans
4ec9adf3e1 Remove mention of 'windows.php.net' 2026-03-18 14:14:49 -04:00
Ben Ramsey
52bb5ca4fc PHP 8.1 is now end-of-life 2025-12-31 17:37:20 -06:00
Shivam Mathur
80f3da2e86 Add 8.5 in downloads page 2025-11-20 20:32:40 +00:00
Shivam Mathur
1dc14f9638 Add windows QA builds
Rename release-candidates to pre-release-builds
2025-11-15 11:30:40 +05:30
Ayesh Karunaratne
a27df08b8a Downloads: Add winget download instrunctions
Adds support for downloading Windows PHP binaries using `winget`.

Both TS and NTS builds are now available on `microsoft/winget-pkgs`[1]
repo, and I have been maintaining them for a while now.

When a new PHP release is found, the manifests are automatically[^2]
built and the manifests are attested[^3]. I submit PRs[^4] after
manually checking if everything is in order.

This PR updates the new `downloads.php` page with `winget`-specific
download instructions.

 - When the Usage field is set to CLI, the winget instructions refer to
   NTS builds (e.g `PHP.PHP.NTS.8.4`)
 - Other Usage values use the TS builds (e.g. `PHP.PHP.8.4`).

[^1]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/PHP/PHP
[^2]: https://github.com/PHPWatch/php-winget-manifest/
[^3]: https://github.com/PHPWatch/php-winget-manifest/attestations
[^4]: https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+%5BPHP%5D
2025-10-26 19:40:28 +07:00
Luffy
c2ec90f82b Fix source code display (#1492) 2025-10-09 10:38:44 +08:00
Shivam Mathur
863c26f17c Merge pull request #1402 from alikon/joomla
add joomla
2025-09-10 11:37:05 +05:30
Shivam Mathur
7c57a55a1a Simplify dropdown options in downloads page 2025-09-10 11:15:39 +05:30
alikon
1db0b73233 add joomla 2025-09-08 16:37:35 +02:00
Shivam Mathur
53f54f7a23 Add docker to the downloads page. 2025-09-08 19:31:34 +05:30
Sergey Panteleev
b8d9b90e16 Update downloads content without full page reload (#1312)
Co-authored-by: Shivam Mathur <shivam_jpr@hotmail.com>
2025-08-17 17:09:23 +03:00
Shivam Mathur
0844a095ff Detect OS and OS variant on downloads page 2025-08-16 11:24:41 +05:30
Derick Rethans
10ff798388 Add link to issue creation 2025-08-15 16:09:41 +01:00
Derick Rethans
d5d0d339e1 Also add a (default) entry for the traditional Windows downloads 2025-08-15 10:57:54 +01:00
Derick Rethans
72926fc335 Use spaces for indentation 2025-08-12 14:29:33 +01:00
Derick Rethans
fa3933b3da Add 'source' checkbox, and add direct link to source tarballs 2025-08-12 14:29:32 +01:00
Shivam Mathur
c851d01e50 Add syntax highlighting and copy button 2025-08-12 14:29:30 +01:00
Derick Rethans
6f3689906c Disable source installation in the logic for now 2025-08-12 14:29:30 +01:00
Derick Rethans
2e5b14f05e Re-do logic according to Shivam's instructions, and add instructions to repo 2025-08-12 14:29:30 +01:00
Sergey Panteleev
1af25212ad nits 2025-08-12 14:29:29 +01:00
Sergey Panteleev
65e043c50e Fix selection for usage 2025-08-12 14:29:29 +01:00
Sergey Panteleev
0dd651c0bc Should work with disabled js 2025-08-12 14:29:29 +01:00
Sergey Panteleev
3fd6ca5dea Update layout 2025-08-12 14:29:28 +01:00
Derick Rethans
710616d21f First stab at a prototype for revamping the download instructions page 2025-08-12 14:29:28 +01:00
Derick Rethans
4fba546100 Introduce QA/Release Candidate Builds on main website 2025-04-24 13:06:59 +01:00
Jim Winstead
9a1fd55771 Link to installation documentation and Windows downloads (#1076) 2024-09-24 13:48:19 -07:00
Andreas Möller
00342c402f Fix: Remove vim instruction (#880) 2023-12-07 15:01:52 +01:00
Andreas Möller
c093fb5382 Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'
2023-12-06 23:16:28 +00:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +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
Christoph M. Becker
63aa8c72af There are no current releases of previous majors right now 2022-02-17 16:47:34 +01:00
Sara Golemon
f3eb8f9c8a Refactor gpg key organization 2021-04-20 03:27:13 +00: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
Peter Kokot
0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00
Anatol Belski
10a74668fa Use SSL link by default 2018-08-01 15:41:10 +02:00
Sara Golemon
60560eb3a8 Only display checksums which are available 2017-06-27 22:18:26 -04:00
Anatol Belski
eb71b89291 prepare to show PHP 7 releases alongside PHP 5 releases 2015-11-29 21:23:17 +01:00
Nathaniel McHugh
22c86e7b82 Add sha256 hashes to the download page. Should really remove md5 ones too but some people may still use them. 2015-04-17 14:07:29 +01:00
Jacob Bednarz
61550de68f Remove links to snaps.php.net
As the development snapshots have been removed in favour of the git sources,
these links is no longer required.
2015-02-15 11:27:58 -08:00
Adam Harvey
52a6bba280 Merge branch 'pull-request/55' 2014-12-09 11:04:10 -08:00
Martin Keckeis
5d836aefaa Windows download page link 2014-12-09 14:31:04 +01:00
Adam Harvey
c342a3e87e Only show GPG keys for active branches on the downloads page.
GPG keys have been moved into a new include file, and a new page has been added
to access GPG keys for older branches.
2014-11-14 15:34:35 -08:00
Adam Harvey
33d5508c08 Link the supported versions page from some appropriate places. 2014-10-28 09:45:59 -07:00
Adam Harvey
af43c897bd Temporarily bump the number of versions to show on the downloads page.
Fixes bug #67957 (PHP 5.3.29 not on downloads page).
2014-09-03 13:06:17 -07:00
Hannes Magnusson
6dfbaafab8 This list hasn't been useful for long time and does more harm then good 2014-07-15 10:05:03 -07:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Hannes Magnusson
7d790c1897 Fixed bug#66911 (add ampps for windows and linux) 2014-03-15 10:30:06 -07:00
Hannes Magnusson
8092a8fcb6 Add XAMPP downloads listing 2014-03-14 10:05:17 -07:00
Levi Morrison
a0c92b9c7e More date format standardization 2014-03-14 09:01:40 -06:00