Skip to content
Snippets Groups Projects
Commit ad43bc30 authored by Manuel Selbach's avatar Manuel Selbach Committed by Andreas Fernandez
Browse files

[TASK] Separate database requirements checks in Install tool

This change separates database requirement checks regarding the DBMS
platform (e.g. MySQL, PostgreSQL, ...) from drivers as checks for
specific drivers may differ (e.g. pdo_mysql requires other PHP
extensions being loaded than mysqli).

Additionally the encoding for the database is defined in
\TYPO3\CMS\Core\Database\Platform\PlatformInformation
which will be enforced during the install process of the Install tool.

Resolves: #89794
Releases: master
Change-Id: I45ff0c57c3af30af0aff349520a0dbea3937eccd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62472


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 5c453acb
Branches
Tags
Showing
with 1488 additions and 183 deletions
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