Document the updated PHP requirements
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 13:04:39 +0000 (15:04 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 13:04:39 +0000 (15:04 +0200)
see #275

docs/migration/wsc55/php.md [new file with mode: 0644]
mkdocs.yml

diff --git a/docs/migration/wsc55/php.md b/docs/migration/wsc55/php.md
new file mode 100644 (file)
index 0000000..05043f8
--- /dev/null
@@ -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.
index df031d6078132c8e200217ac7c323c4c324f13c4..1df4691e764933a17e625c0d66a6091730b1c8fa 100644 (file)
@@ -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'