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

12860 Commits

Author SHA1 Message Date
github-actions[bot]
7d87155d12 Update snapshots 2025-11-17 02:16:23 +00:00
Shivam Mathur
e6bd9a56c6 Merge pull request #1607 from shivammathur/pre-release-builds
Add windows QA builds
2025-11-16 16:41:15 +00:00
Shivam Mathur
549f61eee9 Fix api summary for pre-release-builds in openapi.yml 2025-11-16 21:13:22 +05:30
Shivam Mathur
1dc14f9638 Add windows QA builds
Rename release-candidates to pre-release-builds
2025-11-15 11:30:40 +05:30
Daniel Scherzer
cf80cca42c Announce PHP 8.5.0RC5 2025-11-13 14:40:50 -08:00
Elf Sundae
0c0d93a2e3 Fix example code block padding for PHP 8.3+ (#1501)
Co-authored-by: Luffy <lufei@php.net>
2025-11-13 10:26:06 +08:00
dependabot[bot]
9799963fb8 github-actions(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3 (#1603) 2025-11-11 10:41:38 +08:00
dependabot[bot]
29bed393e3 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.89.1 to 3.89.2 (#1602) 2025-11-11 10:41:07 +08:00
Theodore Brown
30c04c697c Share common markup for PHP 8.0 release page translations (#1530) 2025-11-07 10:47:35 +08:00
Jakub Zelenka
4102ab38eb Announce PHP 8.3.28RC1 2025-11-06 22:22:12 +01:00
Volker Dusch
27b22a8285 Fix title of PHP 8.5.0RC4 annoncement 2025-11-06 21:59:36 +01:00
Volker Dusch
5c147373b8 Announce PHP 8.5.0RC4 2025-11-06 21:44:36 +01:00
Calvin Buckley
09030b27a9 Announce PHP 8.4.15RC1 2025-11-06 14:34:00 -04:00
AllenJB
e6194839e4 Reject old format indexes (forcing refetch) (#1596) 2025-11-06 10:48:34 +08:00
AllenJB
e7cfbe9820 Add hint for access key (#1513) 2025-11-05 10:56:00 +08:00
AllenJB
658fafec3e Update search to use new pre-combined indexes + local docs support (#1586)
* Update search.js to use new pre-combined indexes; Support for running search on local docs

* Update search.js to use new pre-combined indexes; Support for running search on local docs
2025-11-04 17:17:06 +00:00
Sebastian Bergmann
ac81940676 Add image 2025-11-04 11:07:23 +00:00
natsuki ueda
812eed591b Improve prompts in createNewsEntry script (#1516) 2025-11-04 10:44:46 +08:00
Sebastian Bergmann
b0c6afa372 Add betterCode() PHP 2025 2025-10-31 09:26:42 +00:00
dependabot[bot]
3ef51de79e github-actions(deps): bump actions/upload-artifact from 4 to 5 (#1564)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-31 11:49:28 +03:00
dependabot[bot]
3a2a338396 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.89.0 to 3.89.1 (#1565)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.89.0 to 3.89.1.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.0...v3.89.1)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.89.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 10:08:36 -07:00
Shivam Mathur
cea4d68112 Merge pull request #1562 from PHPWatch/downloads/winget
Downloads: Add `winget` download instrunctions
2025-10-27 22:23:08 +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
Eric Mann
90dbc48b7b Announce PHP 8.3.27 2025-10-23 13:49:31 -07:00
Saki Takamachi
5ea58f1f36 Announce PHP 8.4.14 2025-10-24 03:23:51 +09:00
Daniel Scherzer
2d42d39868 Announce PHP 8.5.0RC3 2025-10-23 12:00:42 -05:00
Saki Takamachi
edaf55dddd 8.4.14 tarballs 2025-10-22 04:34:39 +09:00
Eric Mann
d62ed14182 8.3.27 tarballs 2025-10-21 08:05:40 -07:00
dependabot[bot]
64dfeda456 github-actions(deps): bump actions/setup-node from 5 to 6 (#1532)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 00:54:47 -07:00
dependabot[bot]
33b1b987fa composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.88.2 to 3.89.0 (#1531)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.88.2 to 3.89.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.2...v3.89.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 00:53:24 -07:00
Theodore Brown
95c7f6290e Fix PHP 8.4 property hooks example not being full width when wrapped (#1522) 2025-10-17 11:19:27 +08:00
Eric Mann
e508d9ad8e Fix 8.3.27RC1 download URL 2025-10-09 12:06:41 -07:00
Eric Mann
8f7bd5e26b Announce PHP 8.3.27RC1 2025-10-09 12:03:58 -07:00
Saki Takamachi
f8863cb9c7 Announce PHP 8.4.14RC1 2025-10-10 03:31:56 +09:00
Volker Dusch
63f167be2b Announce PHP 8.5.0 RC2 2025-10-09 17:56:16 +02:00
Taichi Inaba
bc50775415 Add PHP Conference Kagawa 2025 (#1500)
Co-authored-by: Luffy <lufei@php.net>
2025-10-09 15:05:01 +08:00
natsuki ueda
e79c606cf9 Add phpcon hiroshima 2025 (#1499) 2025-10-09 13:21:32 +08:00
Luffy
c2ec90f82b Fix source code display (#1492) 2025-10-09 10:38:44 +08:00
dependabot[bot]
f745b99fd6 github-actions(deps): bump peter-evans/find-comment from 3 to 4 (#1487)
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/find-comment
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 21:08:47 +03:00
dependabot[bot]
786d4d1b7e github-actions(deps): bump peter-evans/create-or-update-comment (#1486)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 21:08:35 +03:00
AllenJB
55be0cb1b8 interactive-examples.js: Fix handling on newlines (multiple newlines collapsed) 2025-10-04 15:10:18 +01:00
junichi
c3b4e7f2e1 Add PHP Conference Fukuoka 2025 (#1476) 2025-10-03 21:02:50 +03:00
Tim Düsterhus
1abaefcd87 Fix Docker image in linux-docker-web-default.php 2025-10-01 12:03:32 +01:00
Derick Rethans
44f17dcdc0 Add myself to codeowners so I don't miss review requests. 2025-10-01 12:03:07 +01:00
AllenJB
9d3f87fffd interactive-examples.js: Enable for informal examples and fix output replacement 2025-10-01 12:01:47 +01:00
AllenJB
800460f6c2 interactive-examples.js: Enable for informal examples 2025-10-01 12:01:47 +01:00
Derick Rethans
997ae8c049 Fix layout - as the 'preview' was inaccurate 2025-10-01 11:58:58 +01:00
Derick Rethans
3d9d444923 Add design contest template 2025-10-01 11:56:09 +01:00
dependabot[bot]
04dd5a6625 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.87.2 to 3.88.2 (#1467)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.87.2 to 3.88.2.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.2...v3.88.2)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.88.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 11:03:46 +03:00
Luffy
5cd5778ab7 Sync news item layout and style (#1451) 2025-10-01 13:52:31 +08:00