From 63ec6ae64ef4f8c7484071bf55c9e4d8e26e6571 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Thu, 27 Nov 2025 08:57:46 +0200 Subject: [PATCH] Issue #143: Fixed the list of MariaDB supported versions in v7 docs Signed-off-by: alexmerlin --- docs/book/v6/introduction/server-requirements.md | 2 +- docs/book/v6/transition-from-api-tools/discovery-phase.md | 2 +- docs/book/v7/introduction/server-requirements.md | 2 +- docs/book/v7/transition-from-api-tools/discovery-phase.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/v6/introduction/server-requirements.md b/docs/book/v6/introduction/server-requirements.md index 26435fd8..691ed7c4 100644 --- a/docs/book/v6/introduction/server-requirements.md +++ b/docs/book/v6/introduction/server-requirements.md @@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS -* Tested with MariaDB 10.11 LTS and MariaDB 11.4 LTS +* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS * Tested with MySQL 8.4 LTS > For MySQL 8.4 LTS be sure you have the below line in my.cnf diff --git a/docs/book/v6/transition-from-api-tools/discovery-phase.md b/docs/book/v6/transition-from-api-tools/discovery-phase.md index 0d03ae89..c772a616 100644 --- a/docs/book/v6/transition-from-api-tools/discovery-phase.md +++ b/docs/book/v6/transition-from-api-tools/discovery-phase.md @@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz - which is the connection to a database - which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)? -> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS +> Dotkernel API version 6 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS ## Authentication and Authorization diff --git a/docs/book/v7/introduction/server-requirements.md b/docs/book/v7/introduction/server-requirements.md index 00c69e44..5c769114 100644 --- a/docs/book/v7/introduction/server-requirements.md +++ b/docs/book/v7/introduction/server-requirements.md @@ -29,7 +29,7 @@ Both mod_php and FCGI (FPM) are supported. ## RDBMS -* Tested with MariaDB 10.6, 10.11 LTS, 11.4 LTS, and 11.8 LTS +* Tested with MariaDB 10.7, 10.11 LTS, 11.4 LTS, and 11.8 LTS * Tested with PostgreSQL 13 and above > MySQL is not supported because of missing UUID support. diff --git a/docs/book/v7/transition-from-api-tools/discovery-phase.md b/docs/book/v7/transition-from-api-tools/discovery-phase.md index bc06e920..802f0ada 100644 --- a/docs/book/v7/transition-from-api-tools/discovery-phase.md +++ b/docs/book/v7/transition-from-api-tools/discovery-phase.md @@ -8,7 +8,7 @@ To transition a system built using api-tools to Dotkernel API, we need to analyz - which is the connection to a database - which library is used for database interaction (laminas-db, doctrine 2, eloquent, or else)? -> Dotkernel API is tested only with MariaDB version 10.6, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above. +> Dotkernel API version 7 is tested only with MariaDB version 10.7, 10.11 LTS, 11.4 LTS, 11.8 LTS, and PostgreSQL version 13 and above. ## Authentication and Authorization