Skip to content
Snippets Groups Projects
Commit 0c0cfdac authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Oliver Bartsch
Browse files

[BUGFIX] Ensure database connection port is integer

It's possible the port is provided as a string. This has to be taken
care for before handed over to doctrine/dbal as it is strictly typed
and doesn't do type casting on its own.

Resolves: #102918
Related: #102875
Releases: main
Change-Id: Ib2f65611e6fc924e00387ba27811dc07e3bae598
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82637


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent a94b7b5f
Branches
Tags
No related merge requests found
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