Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Nov 03, 2022
  3. Oct 29, 2022
  4. Oct 27, 2022
  5. Oct 25, 2022
  6. Oct 14, 2022
  7. Oct 07, 2022
  8. Oct 04, 2022
  9. Sep 13, 2022
  10. Sep 12, 2022
  11. Sep 02, 2022
  12. Aug 09, 2022
  13. Jul 28, 2022
  14. Jul 26, 2022
  15. Jul 19, 2022
  16. Jul 16, 2022
  17. Jul 09, 2022
  18. Jul 01, 2022
  19. Jun 22, 2022
  20. Jun 13, 2022
  21. Jun 02, 2022
  22. May 30, 2022
  23. May 27, 2022
  24. May 23, 2022
  25. May 11, 2022
  26. May 10, 2022
  27. May 05, 2022
  28. Apr 29, 2022
  29. Apr 28, 2022
  30. Apr 26, 2022
  31. Apr 17, 2022
  32. Apr 16, 2022
  33. Mar 25, 2022
  34. Mar 23, 2022
  35. Mar 22, 2022
    • Stefan Bürk's avatar
      [BUGFIX] Raise doctrine/dbal:^2.13.8 · e9a66237
      Stefan Bürk authored
      This patch raises doctrine/dbal to 2.13.8 as minimum version,
      which contains a bugfix to avoid a native php error is emitted,
      stating "mysqli::real_connect(): Passing null to parameter #7".
      
      See: https://github.com/doctrine/dbal/pull/5296
      
      One phpstan ignore pattern slightly changed because of a
      changed return type declarion of doctrine/dbal. Tackling
      the corresponding error should be done in a dedicated test
      after proper investigation.
      
      Used commands:
      
      > composer req doctrine/dbal:^2.13.8
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/core --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/install --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/redirects --no-update
      > composer req doctrine/dbal:^2.13.8 \
        -d typo3/sysext/core --no-update
      > Build/Scripts/runTests.sh -s phpstanGenerateBaseline
      
      Resolves: #97222
      Releases: 11.5
      Change-Id: I6c1712a792780bd2966b3977d43f767e59304bd5
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74013
      
      
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      e9a66237
  36. Mar 21, 2022