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

12815 Commits

Author SHA1 Message Date
Derick Rethans
cfe41a81dd Fallback to standard link if a news entries doesn't have a 'newsImage' 2026-01-21 15:10:09 +00:00
Derick Rethans
7e2d16d545 Revert "Create UserNoteService class"
This reverts commit b31ec1c7f1.
2026-01-21 15:02:14 +00:00
Derick Rethans
47efb7c323 Revert "Fix whitespace"
This reverts commit 85f795f5de.
2026-01-21 15:01:47 +00:00
Leonardo Lara Rodrigues
d965e37a1e Change language code to lowercase for translation file (#1775)
For languages like 'pt_BR', the filename is pt_br.ini as well as the repo is /pt_br.

The pt_BR pages' headers and footers are not being translated.
2026-01-18 22:13:25 +03:00
Marcos Marcolin
fa2452042e Add conference PHP Velho Oeste 2026 in Brazil (#1767)
Co-authored-by: Luffy <lufei@php.net>
2026-01-17 13:49:36 +08:00
Daniel Scherzer
780f5fa7cf Announce PHP 8.5.2 2026-01-15 16:02:47 -08:00
Jakub Zelenka
0b395362ed Announce PHP 8.3.30 2026-01-16 00:08:18 +01:00
Calvin Buckley
e4b5593ea3 Announce PHP 8.4.17 2026-01-15 15:35:40 -04:00
Jakub Zelenka
339d3266a4 8.3.30 tarballs 2026-01-13 23:42:41 +01:00
Daniel Scherzer
fd3c444c13 8.5.2 tarballs 2026-01-13 14:11:06 -08:00
Calvin Buckley
3974ad5e3f 8.4.17 tarballs 2026-01-13 13:48:52 -04:00
Derick Rethans
4788a141ec Restore the 'contributors' function, which is in use by the manual builds 2026-01-13 13:59:15 +00:00
AllenJB
6eba7eba26 Search: Fix "g a" search (add comment to notify future devs) 2026-01-13 14:02:52 +01:00
AllenJB
e5c965b38d Search: Fix "g a" search 2026-01-13 14:02:52 +01:00
AllenJB
77da2886eb Fix Playwright search tests with static copy of new search indexes 2026-01-13 14:01:54 +01:00
AllenJB
528253545d Fix Playwright search tests with static copy of new search indexes 2026-01-13 14:01:54 +01:00
AllenJB
5addc11aba Fix Playwright search tests with static copy of new search indexes 2026-01-13 14:01:54 +01:00
Kamil Tekiela
85f795f5de Fix whitespace 2026-01-13 14:00:36 +01:00
Kamil Tekiela
b31ec1c7f1 Create UserNoteService class 2026-01-13 14:00:36 +01:00
Jordi Kroon
5f7c6aaf10 fix: update docs.php.net URLs to https://www.php.net
Replace outdated docs.php.net domain references with the current
https://www.php.net domain across archive pages and documentation links.
Also remove legacy inactive language filtering logic from download-docs.php
that was specific to the old docs domain.
2026-01-13 13:44:52 +01:00
Jordi Kroon
fbd19fcb1a fix: update mailing list management URL to news-web.php.net
The lists.php.net domain has been replaced with news-web.php.net for accessing mailing list options and management.
2026-01-13 13:43:35 +01:00
Jordi Kroon
877374bde2 fix: update news.php.net links to https and news-web domain
Replace deprecated http://news.php.net URLs with https://news-web.php.net
across archive pages, release notes, and mailing lists documentation.
This addresses the domain migration and enforces HTTPS security for
news server access.
2026-01-13 13:43:35 +01:00
Jordi Kroon
c8c27a6e86 fix: update bugs.php.net and wiki.php.net links to https 2026-01-13 13:42:16 +01:00
Ben Ramsey
d3d1ffb456 Update meta redirect to link directly to index.php
When I committed 5cdd1dd736, the web
server appeared to prefer loading the `index.php` file over `index.html`
when requesting `/license/ZendGrant/`. I left `index.html` in place
because there were direct links to it from around the web, and I didn't
want those links to end at 404 pages, so I set it up to redirect to the
cleaner `/license/ZendGrant/` URL, thinking `index.php` would load every
time.

Now, the web server appears to prefer `index.html` over `index.php`, so
landing on this page, either from `/license/ZendGrant/` or
`/license/ZendGrant/index.html` results in an endless redirection loop.
The easy solution is to make `index.html` redirect directly to
`/license/ZendGrant/index.php` instead.
2026-01-13 13:20:02 +01:00
dependabot[bot]
c6c31e35d6 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.4 to 3.92.5 (#1764)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:10:42 +08:00
dependabot[bot]
2c14ed2304 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.3 to 3.92.4 (#1749) 2026-01-06 12:01:47 +08:00
Shivam Mathur
adeb7a1189 Improve windows single line installer downloads script
Improve installation path selection

Add PHP to the path after install
2026-01-05 02:15:21 +05:30
Shivam Mathur
861ecba59e Add missing --set parameter in macports instructions 2026-01-04 04:11:15 +05:30
Jakub Zelenka
73bcdb05dc Announce PHP 8.3.30RC1 2026-01-02 18:43:54 +01:00
Derick Rethans
c27c8222b1 Remove the now obsolete design contest issue template 2026-01-02 14:55:31 +00:00
Daniel Scherzer
2f4687e734 Announce PHP 8.5.2RC1 2026-01-01 18:38:47 -08:00
Calvin Buckley
ce33ea657d Announce PHP 8.4.17RC1 2026-01-01 15:58:18 -04:00
Sergey Panteleev
2c4cbc2c3e Add 2026 archive (#1717) 2026-01-01 04:23:03 +03:00
Ben Ramsey
52bb5ca4fc PHP 8.1 is now end-of-life 2025-12-31 17:37:20 -06:00
dependabot[bot]
b37156877c composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.0 to 3.92.3 (#1726) 2025-12-30 11:44:09 +08:00
Shivam Mathur
6a7e8b5e35 Fix to show PHP 8.1 source on the downloads page 2025-12-19 21:50:04 +00:00
Remi Collet
2fdb205aee add instructions for fedora/redhat and multiple versions 2025-12-19 19:22:05 +00:00
Ben Ramsey
8f19551545 Announce PHP 8.1.34 2025-12-19 11:17:02 -06:00
Saki Takamachi
2c883c5a0c Announce PHP 8.4.16 2025-12-19 08:21:03 +09:00
Pierrick Charron
85d2c77136 Update windows download links in today announcements 2025-12-18 14:38:59 -05:00
Pierrick Charron
0678b4d21b Announce PHP 8.2.30 2025-12-18 14:33:32 -05:00
Pierrick Charron
6f3e138d24 Update windows download link in createReleaseEntry 2025-12-18 14:24:00 -05:00
Eric Mann
8ed610b09c Announce PHP 8.3.29 2025-12-18 07:43:21 -08:00
Volker Dusch
0fa26a1db8 Announce PHP 8.5.1 2025-12-18 15:43:22 +01:00
Husameldin92
0dfb1e11e9 Add International PHP Conference Berlin 2026 (#1707) 2025-12-17 23:05:17 +03:00
Ben Ramsey
74ec2bd57d 8.1.34 tarballs 2025-12-16 12:51:06 -06:00
Pierrick Charron
0cb7569e3c 8.2.30 tarballs 2025-12-16 12:31:19 -05:00
Volker Dusch
db56a0cfce 8.5.1 tarballs 2025-12-16 18:08:33 +01:00
Saki Takamachi
7812122a71 8.4.16 tarballs 2025-12-17 01:12:45 +09:00
Eric Mann
50c9c39dc7 8.3.29 tarballs 2025-12-16 06:39:57 -08:00