1
0
mirror of https://github.com/php/web-php.git synced 2026-03-25 15:52:08 +01:00

Commit Graph

  • e1c61689ad Fix: Clean up .gitignore (#899) Andreas Möller 2023-12-15 02:48:09 +01:00
  • b95f3e77bf Fix: Remove dead code (#888) Andreas Möller 2023-12-11 16:29:40 +01:00
  • 5006cc0b8f Add Preview action (#893) Sergey Panteleev 2023-12-11 18:02:30 +03:00
  • 9482f9bd43 Fix: Remove unused functions (#585) Andreas Möller 2023-12-07 18:14:43 +01:00
  • b76e22374b Fix: Use mt_srand() instead of srand() (#887) Andreas Möller 2023-12-07 17:00:05 +01:00
  • 59c070f557 Enhancement: Enable blank_line_after_opening_tag fixer (#875) Andreas Möller 2023-12-07 16:57:19 +01:00
  • 25d2dc1cc9 Enhancement: Enable no_spaces_after_function_name fixer (#883) Andreas Möller 2023-12-07 15:35:31 +01:00
  • 7406060c53 Enhancement: Enable include fixer (#885) Andreas Möller 2023-12-07 15:25:48 +01:00
  • ec908ce246 Enhancement: Enable no_superfluous_elseif fixer (#884) Andreas Möller 2023-12-07 15:21:04 +01:00
  • faf2e75920 Enhancement: Enable no_singleline_whitespace_before_semicolons fixer (#882) Andreas Möller 2023-12-07 15:08:15 +01:00
  • 00342c402f Fix: Remove vim instruction (#880) Andreas Möller 2023-12-07 15:01:52 +01:00
  • a7b811714f Fix: Run 'make coding-standards' Andreas Möller 2023-12-07 10:49:34 +01:00
  • 06840acb9d Enhancement: Enable blank_line_after_namespace fixer Andreas Möller 2023-12-07 10:48:34 +01:00
  • 7b2c9af6c0 Fix: Run 'make coding-standards' Andreas Möller 2023-12-07 08:55:57 +01:00
  • 2e6238f18a Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer Andreas Möller 2023-12-07 08:55:43 +01:00
  • 5542743d86 Fix: Run 'make coding-standards' Andreas Möller 2023-12-07 12:29:25 +01:00
  • cb28db18fa Enhancement: Enable is_null fixer Andreas Möller 2023-12-07 12:28:35 +01:00
  • 57b259ea59 Fix: Run 'make coding-standards' Andreas Möller 2023-12-07 11:43:38 +01:00
  • 384f1dbc0a Enhancement: Enable ternary_operator_spaces fixer Andreas Möller 2023-12-07 11:42:51 +01:00
  • 45d49c7e95 Fix: Remove emacs instruction (#876) Andreas Möller 2023-12-07 12:44:39 +01:00
  • 18dad7b5df Fix: Return false instead of null (#878) Andreas Möller 2023-12-07 12:43:30 +01:00
  • 9b12309e2b Fix: Remove useless function (#855) Andreas Möller 2023-12-07 09:02:10 +01:00
  • c093fb5382 Enhancement: Enable trailing_comma_in_multiline fixer (#647) Andreas Möller 2023-12-07 00:16:28 +01:00
  • 4ac417b3cb Fix: Remove assignment from condition (#870) Andreas Möller 2023-12-06 19:57:11 +01:00
  • ede0692b3e Enhancement: Expose happy path (#406) Andreas Möller 2023-12-06 19:31:09 +01:00
  • 2b708363b5 Fix: Do not pass null to function that expects DateTime or string (#869) Andreas Möller 2023-12-06 17:47:00 +01:00
  • 019de1fee6 Fix: Typo (#868) Andreas Möller 2023-12-06 16:55:35 +01:00
  • 2a43614176 Fix: Add parameter type declarations (#866) Andreas Möller 2023-12-06 16:07:40 +01:00
  • 786d1c5b2a Fix: Add return type declarations (#865) Andreas Möller 2023-12-06 16:05:57 +01:00
  • a528e6e91b Enhancement: Enable no_mixed_echo_print fixer (#864) Andreas Möller 2023-12-06 15:19:57 +01:00
  • 9709f819a4 Enhancement: Enable class_definition fixer (#863) Andreas Möller 2023-12-06 15:11:49 +01:00
  • 08a7beea92 Enhancement: Enable function_declaration fixer (#862) Andreas Möller 2023-12-06 15:10:28 +01:00
  • db4d74648f Remove indentation in array arguments (#860) Andreas Möller 2023-12-06 15:08:55 +01:00
  • d36359230f Enhancement: Mark class as readonly (#861) Andreas Möller 2023-12-06 14:59:15 +01:00
  • 878429e644 Enhancement: Use constructor property promotion (#858) Andreas Möller 2023-12-06 14:54:37 +01:00
  • 1d7287778c Fix: Add parameter type declaration (#857) Andreas Möller 2023-12-06 14:49:29 +01:00
  • 269cfd55c0 Enhancement: Enable elseif fixer (#859) Andreas Möller 2023-12-06 14:45:36 +01:00
  • d713252582 Fix: Inline variables (#856) Andreas Möller 2023-12-06 14:42:03 +01:00
  • 1bf886a969 Copy run-tests.php from php/php-src (#850) Andreas Möller 2023-12-06 14:15:55 +01:00
  • 4d6c9e9a1e Enhancement: Update actions/checkout (#852) Andreas Möller 2023-12-06 05:17:04 +01:00
  • 110813107f Enhancement: Enable unary_operator_spaces fixer (#851) Andreas Möller 2023-12-06 04:57:58 +01:00
  • b8df60d5a9 Enhancement: Update friendsofphp/php-cs-fixer (#849) Andreas Möller 2023-12-05 14:10:35 +01:00
  • a8c736a079 Enhancement: Enable void_return fixer (#661) Andreas Möller 2023-12-05 14:06:29 +01:00
  • 48a89648b7 Enhancement: Require and use PHP 8.2 (#847) Andreas Möller 2023-12-05 12:46:14 +01:00
  • d8e6be3be5 Add actions to manage statuses (#848) Sergey Panteleev 2023-12-01 10:01:11 +03:00
  • ef8ac938c2 Merged pull request #804 Derick Rethans 2023-11-29 16:19:12 +00:00
  • 57d8660239 Add redirects for unhandled keywords Dan Wallis 2023-08-21 18:28:24 +01:00
  • cddf0c02f1 We have a dedicated repo for the website Derick Rethans 2023-11-29 15:47:29 +00:00
  • 359711d735 Update contact page Derick Rethans 2023-11-29 15:34:14 +00:00
  • 3756a2bdf1 Fix max_input_vars redirect broken (#846) Lu Fei 2023-11-28 04:32:05 -06:00
  • 0464408482 Update ru.php (#845) Mikhail Alferov 2023-11-28 11:15:54 +03:00
  • 9168e5dcae Remove duplicate content (#844) Lu Fei 2023-11-27 21:08:50 -06:00
  • 1f6e3ae4d4 Update en.php (#843) Alexander King Woollam 2023-11-27 16:20:02 +00:00
  • 93c74f5b50 PHP 8.0 is now EOL (#840) Sergey Panteleev 2023-11-26 10:15:50 +03:00
  • 10a1395025 Add Japanese translation for PHP 8.3 release page. (#838) NurseAngel 2023-11-26 16:12:35 +09:00
  • 0c62babe5c feat: add ukrainian translation of PHP 8.3 release page (#839) Borislav Kosun 2023-11-25 16:27:52 +02:00
  • f5d4ba1596 feat: add spanish translation of PHP 8.3 release page (#841) Andres Aya 2023-11-25 09:27:06 -05:00
  • 5462bd16a3 Add additional features to PHP 8.3 release page (#828) Tim Bond 2023-11-24 08:32:31 +01:00
  • 27b5a4f1be php8.3 release page example code fix (#836) Kamil Piech 2023-11-23 21:34:28 +01:00
  • c6525ac6e1 Add mastodon link on mainpage (#837) Roman Pronskiy 2023-11-23 21:26:32 +01:00
  • 3f6dbd16a3 docs: small corrections in the Brazilian translation of the PHP 8.3 release. (#835) Marcos Marcolin 2023-11-23 16:33:29 -03:00
  • e7d92c2599 Add rel=me verification link for Mastodon (#833) Annika Backstrom 2023-11-23 18:50:13 +00:00
  • 0887220430 docs: translation of the PHP 8.3 launch page into Brazilian Portuguese. (#832) Marcos Marcolin 2023-11-23 15:42:32 -03:00
  • ae0837eebf Announce PHP 8.1.26 Ben Ramsey 2023-11-23 12:27:26 -06:00
  • 34b4f31237 PHP 8.3 released! (#825) Sergey Panteleev 2023-11-23 19:39:41 +03:00
  • afff2c0bc7 Announce PHP 8.3.0 Jakub Zelenka 2023-11-23 16:37:05 +00:00
  • 0dd8d6b02b Announce PHP 8.2.13 Sergey Panteleev 2023-11-23 15:27:02 +03:00
  • 17bee26058 Fix some missing Chinese translation of PHP 8.3 release page sy-records 2023-11-23 08:24:17 +08:00
  • d14b82fad1 Chinese translation of PHP 8.3 release page (#830) Lu Fei 2023-11-22 05:44:17 -06:00
  • bdbb37b7aa 8.1.26 tarballs Ben Ramsey 2023-11-21 16:12:34 -06:00
  • 55390a7898 PHP 8.3 release page updates Sergey Panteleev 2023-11-21 19:01:51 +03:00
  • 23ecbbcbae 8.3.0 tarballs Jakub Zelenka 2023-11-21 19:57:10 +00:00
  • 4de9bbec1e Announce IPC Spring 2024 Berlin (#826) Husameldin92 2023-11-21 16:07:51 +01:00
  • e6c5bb0887 Fix email test (#824) Sergey Panteleev 2023-11-21 13:14:15 +03:00
  • 636b1dbee2 PHP 8.3 release page (#807) Sergey Panteleev 2023-11-21 13:13:54 +03:00
  • 96094812ea 8.2.13 tarballs Sergey Panteleev 2023-11-21 13:10:07 +03:00
  • 1c3b4d273c Fix iterator alias redirection issue (#823) Lu Fei 2023-11-13 19:16:01 -06:00
  • 6225d35e12 Announce PHP 8.3.0RC6 Eric Mann 2023-11-09 09:39:21 -08:00
  • cdd0d1b54e feat: announcing Dutch PHP Conference CFP 2024 (#819) Toni Van de Voorde 2023-10-30 12:30:45 +01:00
  • 0df37baa14 Announce PHP 8.1.25 Patrick Allaert 2023-10-27 10:20:18 +02:00
  • 353056b7e4 Announce PHP 8.2.12 Pierrick Charron 2023-10-26 12:43:21 -04:00
  • 84176b842d Announce PHP 8.3.0RC5 Jakub Zelenka 2023-10-26 16:02:42 +01:00
  • 9c412e96d1 8.1.25 tarballs Patrick Allaert 2023-10-25 00:04:01 +02:00
  • b8b439e3d9 phpday 2024 cfp (#817) Matteo Beccati 2023-10-20 12:15:01 +02:00
  • 422a66cb7a Announce PHP 8.3.0RC4 Eric Mann 2023-10-12 07:48:10 -07:00
  • 8cb5364871 Add a security.txt file to php.net (#816) Ben Ramsey 2023-10-05 13:39:17 -05:00
  • 390ad10784 Announce PHP 8.1.24 Ben Ramsey 2023-09-28 13:06:32 -05:00
  • bb611a64d0 Announce PHP 8.3.0 RC 3 Jakub Zelenka 2023-09-28 16:53:08 +01:00
  • 78f434a575 Announce PHP 8.2.11 (update version.inc) Sergey Panteleev 2023-09-28 17:50:13 +03:00
  • 5514625c11 Announce PHP 8.2.11 Sergey Panteleev 2023-09-28 17:34:19 +03:00
  • d34772831d 8.1.24 tarballs Ben Ramsey 2023-09-26 18:51:16 -05:00
  • 9e805bc31b 8.2.11 tarballs Sergey Panteleev 2023-09-26 14:31:48 +03:00
  • 708af8e3e4 Add PHP Conference Japan 2023 Sergey Panteleev 2023-09-19 16:02:39 +03:00
  • 60a9323f2c Add Announce DPC23 Sergey Panteleev 2023-09-19 16:01:13 +03:00
  • a216533920 Announce PHP 8.3.0RC2 Eric Mann 2023-09-14 03:56:11 -07:00
  • 61eaa0cbf9 Fixed publishing news of PHP 8.1.21 instead of 8.1.23 Patrick Allaert 2023-08-31 18:59:30 +02:00
  • cb3bb5b744 Announce PHP 8.1.23 Patrick Allaert 2023-08-31 18:41:15 +02:00
  • 34466639c0 Announce PHP 8.2.10 Pierrick Charron 2023-08-31 12:18:55 -04:00
  • 130d3acb39 Announce PHP 8.3.0RC1 Jakub Zelenka 2023-08-31 12:29:44 +01:00
  • 2a5e5a44ab Use white-space: pre-wrap for code formatting (#810) Tim Düsterhus 2023-08-30 19:40:00 +02:00