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

12076 Commits

Author SHA1 Message Date
Patrick Allaert
f9f181ec42 Announce PHP 8.1.27 2023-12-21 17:18:01 +01:00
Eric Mann
29b2ebbdc3 Announce PHP 8.3.1 2023-12-21 07:53:30 -08:00
Pierrick Charron
69b6d021d5 8.3.1 tarballs 2023-12-20 07:49:39 -05:00
Pierrick Charron
ed89544c02 8.2.14 tarballs 2023-12-20 01:37:02 -05:00
Patrick Allaert
f7efa4caef 8.1.27 tarballs 2023-12-19 21:46:09 +01:00
Lu Fei
36538eecd6 Optimize Preview PR CI without duplicate comments (#904) 2023-12-18 13:07:12 +03:00
Sergey Panteleev
6a87cb94e1 Use pull_request_target for pr-closed.yml 2023-12-18 12:57:45 +03:00
Ismail Özgün Turan
cbff278bc6 German translation of PHP 8.2 release page (#903) 2023-12-18 11:08:10 +03:00
Ismail Özgün Turan
417dc0f6d1 German translation of PHP 8.3 release page (#902) 2023-12-18 10:24:22 +03:00
Andreas Möller
e1c61689ad Fix: Clean up .gitignore (#899) 2023-12-15 01:48:09 +00:00
Andreas Möller
b95f3e77bf Fix: Remove dead code (#888) 2023-12-11 18:29:40 +03:00
Sergey Panteleev
5006cc0b8f Add Preview action (#893) 2023-12-11 18:02:30 +03:00
Andreas Möller
9482f9bd43 Fix: Remove unused functions (#585) 2023-12-07 18:14:43 +01:00
Andreas Möller
b76e22374b Fix: Use mt_srand() instead of srand() (#887) 2023-12-07 17:00:05 +01:00
Andreas Möller
59c070f557 Enhancement: Enable blank_line_after_opening_tag fixer (#875) 2023-12-07 16:57:19 +01:00
Andreas Möller
25d2dc1cc9 Enhancement: Enable no_spaces_after_function_name fixer (#883) 2023-12-07 15:35:31 +01:00
Andreas Möller
7406060c53 Enhancement: Enable include fixer (#885) 2023-12-07 15:25:48 +01:00
Andreas Möller
ec908ce246 Enhancement: Enable no_superfluous_elseif fixer (#884) 2023-12-07 15:21:04 +01:00
Andreas Möller
faf2e75920 Enhancement: Enable no_singleline_whitespace_before_semicolons fixer (#882) 2023-12-07 15:08:15 +01:00
Andreas Möller
00342c402f Fix: Remove vim instruction (#880) 2023-12-07 15:01:52 +01:00
Andreas Möller
a7b811714f Fix: Run 'make coding-standards' 2023-12-07 11:46:00 +00:00
Andreas Möller
06840acb9d Enhancement: Enable blank_line_after_namespace fixer 2023-12-07 11:46:00 +00:00
Andreas Möller
7b2c9af6c0 Fix: Run 'make coding-standards' 2023-12-07 11:45:47 +00:00
Andreas Möller
2e6238f18a Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer 2023-12-07 11:45:47 +00:00
Andreas Möller
5542743d86 Fix: Run 'make coding-standards' 2023-12-07 11:45:18 +00:00
Andreas Möller
cb28db18fa Enhancement: Enable is_null fixer 2023-12-07 11:45:18 +00:00
Andreas Möller
57b259ea59 Fix: Run 'make coding-standards' 2023-12-07 11:45:04 +00:00
Andreas Möller
384f1dbc0a Enhancement: Enable ternary_operator_spaces fixer 2023-12-07 11:45:04 +00:00
Andreas Möller
45d49c7e95 Fix: Remove emacs instruction (#876) 2023-12-07 11:44:39 +00:00
Andreas Möller
18dad7b5df Fix: Return false instead of null (#878) 2023-12-07 11:43:30 +00:00
Andreas Möller
9b12309e2b Fix: Remove useless function (#855) 2023-12-07 11:02:10 +03: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
4ac417b3cb Fix: Remove assignment from condition (#870) 2023-12-06 18:57:11 +00:00
Andreas Möller
ede0692b3e Enhancement: Expose happy path (#406)
* Enhancement: Expose happy path

* Fix: Require file with absolute path

* Fix: Return null instead of false
2023-12-06 18:31:09 +00: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
Andreas Möller
019de1fee6 Fix: Typo (#868) 2023-12-06 16:55:35 +01:00
Andreas Möller
2a43614176 Fix: Add parameter type declarations (#866) 2023-12-06 16:07:40 +01:00
Andreas Möller
786d1c5b2a Fix: Add return type declarations (#865) 2023-12-06 16:05:57 +01:00
Andreas Möller
a528e6e91b Enhancement: Enable no_mixed_echo_print fixer (#864) 2023-12-06 15:19:57 +01:00
Andreas Möller
9709f819a4 Enhancement: Enable class_definition fixer (#863) 2023-12-06 15:11:49 +01:00
Andreas Möller
08a7beea92 Enhancement: Enable function_declaration fixer (#862) 2023-12-06 15:10:28 +01:00
Andreas Möller
db4d74648f Remove indentation in array arguments (#860) 2023-12-06 15:08:55 +01:00
Andreas Möller
d36359230f Enhancement: Mark class as readonly (#861) 2023-12-06 14:59:15 +01:00
Andreas Möller
878429e644 Enhancement: Use constructor property promotion (#858) 2023-12-06 14:54:37 +01:00
Andreas Möller
1d7287778c Fix: Add parameter type declaration (#857) 2023-12-06 14:49:29 +01:00
Andreas Möller
269cfd55c0 Enhancement: Enable elseif fixer (#859) 2023-12-06 14:45:36 +01:00
Andreas Möller
d713252582 Fix: Inline variables (#856) 2023-12-06 14:42:03 +01:00
Andreas Möller
1bf886a969 Copy run-tests.php from php/php-src (#850) 2023-12-06 14:15:55 +01:00
Andreas Möller
4d6c9e9a1e Enhancement: Update actions/checkout (#852) 2023-12-06 04:17:04 +00:00
Andreas Möller
110813107f Enhancement: Enable unary_operator_spaces fixer (#851)
* Enhancement: Enable unary_operator_spaces fixer

* Fix: Run 'make coding-standards'
2023-12-06 03:57:58 +00:00