From: Tim Düsterhus Date: Fri, 13 May 2022 13:04:39 +0000 (+0200) Subject: Document the updated PHP requirements X-Git-Tag: 5.6.final~41 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5dbeffcc9163b348bf71953759997e9a8c56b766;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document the updated PHP requirements see #275 --- diff --git a/docs/migration/wsc55/php.md b/docs/migration/wsc55/php.md new file mode 100644 index 00000000..05043f8f --- /dev/null +++ b/docs/migration/wsc55/php.md @@ -0,0 +1,12 @@ +# Migrating from WoltLab Suite 5.5 - PHP + +## Minimum requirements + +The minimum requirements have been increased to the following: + +- **PHP:** 8.1.2 (64 bit only) +- **MySQL:** 8.0.29 +- **MariaDB:** 10.5.12 + +It is recommended to make use of the newly introduced features whereever possible. +Please refer to the PHP documentation for details. diff --git a/mkdocs.yml b/mkdocs.yml index df031d60..1df4691e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,6 +110,8 @@ nav: - 'Database PHP API': 'package/database-php-api.md' - 'Migration': + - 'From WoltLab Suite 5.5': + - 'PHP API': 'migration/wsc55/php.md' - 'From WoltLab Suite 5.4': - 'PHP API': 'migration/wsc54/php.md' - 'TypeScript and JavaScript': 'migration/wsc54/javascript.md'