1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Commit Graph

2862 Commits

Author SHA1 Message Date
Daniel Scherzer
9f97e65f6d Announce PHP 8.5.0alpha0 2025-06-24 18:12:28 -07:00
Eric Mann
6dade44067 Announce PHP 8.3.23RC1 2025-06-19 05:32:49 -07:00
Saki Takamachi
e57c5f3964 Announce PHP 8.4.9RC1 2025-06-19 21:03:16 +09:00
Pierrick Charron
9de9a81b8d Add new PHP 8.5 rms gpg keys (#1274) 2025-06-10 12:41:31 -04:00
Pierrick Charron
44c91c2ef0 Fix warnings on /releases/states.php (#1276) 2025-06-10 10:14:21 +08:00
Derick Rethans
61be9d7981 Remove BOM from file 2025-06-09 14:38:28 +01:00
Jakub Zelenka
1b4c42a5c1 Announce PHP 8.3.22 2025-06-05 22:48:54 +02:00
Calvin Buckley
f8ccd1ac49 Announce PHP 8.4.8 2025-06-05 16:15:48 -03:00
Marcos Marcolin
ecd40c461a Remove the extra colon for pt_BR (#1268) 2025-05-23 19:23:05 +03:00
Calvin Buckley
1e0fab8e51 Announce PHP 8.4.8RC1 2025-05-22 17:08:08 -03:00
Jakub Zelenka
b1ec1ddf42 Announce PHP 8.3.22RC1 2025-05-22 20:28:11 +02:00
Eric Mann
e7adfe5739 Announce PHP 8.3.21 2025-05-08 15:05:28 -07:00
Saki Takamachi
d3a4fa85a6 Announce PHP 8.4.7 2025-05-08 23:56:10 +09:00
Sergey Panteleev
a7cb636b3f Announce PHP 8.3.21RC1 2025-04-24 17:26:51 +03:00
Derick Rethans
c0800c1d22 Fix downloads URL 2025-04-24 13:12:44 +01:00
Derick Rethans
4fba546100 Introduce QA/Release Candidate Builds on main website 2025-04-24 13:06:59 +01:00
Calvin Buckley
77d8a8c8f0 Announce PHP 8.4.6 2025-04-10 18:15:46 -03:00
Jakub Zelenka
a2cf64f73a Fix typo in 8.3.20 tar.xz hash 2025-04-10 20:17:15 +02:00
Jakub Zelenka
e90c391d19 Announce PHP 8.3.20 2025-04-10 18:06:53 +02:00
Pierrick Charron
12a0966ee5 Announce PHP 8.2.28 2025-03-13 12:53:59 -04:00
Ben Ramsey
e0e210e836 Announce PHP 8.1.32 2025-03-13 11:05:40 -05:00
Saki Takamachi
ef7ea9dd84 Announce PHP 8.4.5 2025-03-13 23:49:55 +09:00
Eric Mann
d6bc87e440 Announce PHP 8.3.19 2025-03-13 06:51:10 -07:00
Luffy
566073be8a Add "enum." to manual search sections (#1238) 2025-03-05 09:34:41 +03:00
Jakub Zelenka
d97d64a825 Announce PHP 8.3.17 2025-02-13 19:55:34 +01:00
Calvin Buckley
1693853104 Announce PHP 8.4.4 2025-02-13 14:05:28 -04:00
Saki Takamachi
d8b2e42dfd Announce PHP 8.4.3 2025-01-17 10:22:03 +09:00
Eric Mann
0ab9d27fac Announce PHP 8.3.16 2025-01-16 08:37:26 -08:00
Calvin Buckley
94869b48e8 Announce PHP 8.4.2 2024-12-19 12:56:01 -04:00
Jakub Zelenka
cc974cb95e Announce PHP 8.3.15 2024-12-19 17:44:15 +01:00
Sergey Panteleev
725d7df71e Announce PHP 8.2.27 2024-12-19 18:51:56 +03:00
Sergey Panteleev
850039a5ee Add analytics (#1183)
* Add analytics only for main website
2024-12-10 11:29:57 +00:00
Antoine Bluchet
79d4f7922e Run examples with php wasm (#1097)
* Run examples with php wasm
* make examples editable
* load wasm only when running code
* handle empty code

Co-authored-by: lwlinux <1053317536@qq.com>
2024-12-03 10:32:03 +00:00
Derick Rethans
7023ed3872 Remove country detection from IP
The database that this depended on hasn't been available for quite some time now.
2024-11-27 12:27:27 +01:00
Sergey Panteleev
5e46542805 Update Russian and Chinese translation (#1164)
Co-authored-by: Luffy <lufei@php.net>
2024-11-24 12:01:16 +03:00
Kamil Tekiela
e02d74cff0 Improve Found A Problem? (#1162) 2024-11-24 09:05:43 +03:00
Sergey Panteleev
50e0ca82ef Fix PHP 8.4.0 release date (#1141) 2024-11-21 13:02:19 +03:00
Sergey Panteleev
6c604f1335 PHP 8.4 announcement page (#1124) 2024-11-21 12:19:09 +03:00
Saki Takamachi
631c8ca90f Announce PHP 8.4.1 2024-11-21 18:11:39 +09:00
Patrick Allaert
01a0e55d3a Announce PHP 8.1.31 2024-11-21 07:29:43 +01:00
Eric Mann
b672403fac Announce PHP 8.3.14 2024-11-20 20:20:40 -08:00
Pierrick Charron
cd7ee29e00 Announce PHP 8.2.26 2024-11-20 22:53:20 -05:00
Maurício Meneghini Fauth
cdf59074d3 Replace languages.inc globals with I18n\Languages consts (#1121)
The include/languages.inc file was not removed as it's used in other
repositories. It should be removed after migration.

Tests were added to ensure that the global variables and the constants
are in sync with each other.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-11-14 11:37:00 +03:00
Maurício Meneghini Fauth
817a3e7fd9 Move myphpnet_* functions to the UserPreferences class (#1075) 2024-11-11 11:50:15 +03:00
Luffy
7478275ad1 Hosting jQuery locally (#1119) 2024-11-09 20:07:27 +03:00
Lucas Azevedo
b62f99f6de Update navbar design and improve search UI (#1084)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Sergey Panteleev <sergey@php.net>
2024-11-02 17:39:04 +03:00
Mikhail Alferov
0ceadab825 Update Russian UI (#1105) 2024-10-25 17:27:06 +03:00
Jim Winstead
5cd64efb03 Clarify how inactive languages are handled (#1104) 2024-10-25 07:56:10 +08:00
Sergey Panteleev
4d5868de44 Announce PHP 8.2.25 2024-10-24 16:06:35 +03:00
Jakub Zelenka
632c85ab84 Announce PHP 8.3.13 2024-10-24 14:08:30 +02:00