Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/v6/introduction/server-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v6/transition-from-api-tools/discovery-phase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v7/introduction/server-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v7/transition-from-api-tools/discovery-phase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down