Skip to content
Snippets Groups Projects
Commit 5fe876e5 authored by Stefan Bürk's avatar Stefan Bürk Committed by Benni Mack
Browse files

[BUGFIX] Raise doctrine/dbal:^2.13.5

doctrine/dbal driver for postgres has been feeding null to
preg_match() in some constellations, which emits E_DEPRECATED
warning in PHP8.1 with E_ALL. doctrine/dbal:2.13.5 includes
the bugfix for this issue and more.

This patch acts as pre-patch to activate E_ALL and more PHP81
testing and thus raise the min version to ^2.13.5 to avoid these
warnings and make functional tests for postgres with E_ALL happy.

Used composer commands:

composer req doctrine/dbal:^2.13.5
composer req doctrine/dbal:^2.13.5 -d typo3/sysext/core --no-update
composer req doctrine/dbal:^2.13.5 -d typo3/sysext/install --no-update
composer req doctrine/dbal:^2.13.5 -d typo3/sysext/redirects --no-update

Resolves: #95968
Releases: master
Change-Id: Iba44ac6ccfcf7f7286d6d4e5843e25fefd0a607a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72161


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 68aa03bd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment