1. 02 Jan, 2022 1 commit
  2. 29 Nov, 2021 1 commit
    • Julius Šakalys's avatar
      Increased the reserved memory from 10k to 32k · 346e1507
      Julius Šakalys authored
      The ErrorHandler's job includes handling out of memory (OOM) exceptions,
      therefore it is imoprtant that that feature works. In the current state,
      when handling OOM exceptions, the error handler produces an OOM error
      itself, because the old 10k reserve is apparently not enough anymore.
      To mitigate that, the reserved memory gets bumped to 32k (which is enouogh).
      346e1507
  3. 24 Sep, 2021 1 commit
  4. 22 Jul, 2021 1 commit
  5. 21 Jul, 2021 2 commits
  6. 18 Jul, 2021 1 commit
  7. 26 May, 2021 1 commit
  8. 02 Apr, 2021 1 commit
  9. 28 Jan, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 11 Jan, 2021 2 commits
    • Fabien Potencier's avatar
      Use ::class keyword when possible · edfa86f1
      Fabien Potencier authored
      edfa86f1
    • Fabien Potencier's avatar
      minor #39775 [WIP] Use ::class keyword when possible (fabpot) · 462dbe3a
      Fabien Potencier authored
      This PR was merged into the 4.4 branch.
      
      Discussion
      ----------
      
      [WIP] Use ::class keyword when possible
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 4.4 <!-- see below -->
      | Bug fix?      | no
      | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
      | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
      | Tickets       | n/a  <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
      | License       | MIT
      | Doc PR        | n/a
      
      Commits
      -------
      
      036a36cb14 Use ::class keyword when possible
      462dbe3a
  12. 10 Jan, 2021 2 commits
  13. 01 Jan, 2021 1 commit
  14. 26 Dec, 2020 1 commit
  15. 10 Dec, 2020 1 commit
  16. 28 Oct, 2020 1 commit
  17. 24 Oct, 2020 2 commits
  18. 13 Oct, 2020 4 commits
  19. 06 Oct, 2020 4 commits
  20. 09 Sep, 2020 1 commit
  21. 08 Sep, 2020 4 commits
  22. 03 Sep, 2020 1 commit
  23. 02 Sep, 2020 2 commits
  24. 10 Aug, 2020 2 commits
    • Fabien Potencier's avatar
      Fix typo · aeb73aca
      Fabien Potencier authored
      aeb73aca
    • Fabien Potencier's avatar
      Merge branch '3.4' into 4.4 · 600aa0e1
      Fabien Potencier authored
      * 3.4:
        Add Tagalog translations for validator messages 94, 95, 96 and 99
        PHPUnit's assertContains() performs strict comparisons now.
        [ClassLoader][Routing] Fix namespace parsing on php 8.
        Fix deprecated libxml_disable_entity_loader
        Made reference to PHPUnit\Util\XML::loadfile php5-compatible.
        [Validator] Add missing translations for german and vietnamese
        Modernized deprecated PHPUnit assertion calls
        [Console] The message of "class not found" errors has changed in php 8.
        The PHPUnit\Util\XML class has been removed in PHPUnit 9.3.
        [Console] Make sure we pass a numeric array of arguments to call_user_func_array().
        [Serializer] Fix that it will never reach DOMNode
        [Validator] sync translations
        [VarDumper] Improve previous fix on light array coloration
        [Cache] Fix #37667
      600aa0e1
  25. 09 Aug, 2020 1 commit