@@ -15,7 +15,9 @@ TYPO3 requires a web server, PHP and a database system.
15
15
16
16
* TYPO3 requires a **web server ** which can run PHP (Apache httpd, Nginx,
17
17
Microsoft IIS, Caddy Server).
18
- If you use an Apache web server, some module (for example mod_rewrite) must be activated.
18
+ If you use an Apache web server, some modules (for example mod_rewrite) must be activated.
19
+ `XAMPP <https://www.apachefriends.org/index.html >`__ is a software package which
20
+ includes Apache, MariaDB, PHP and Open SSL for Windows and Linux.
19
21
See :ref: `system-requirements-webserver ` for details.
20
22
21
23
* The current master of TYPO3 requires **PHP >= 7.4 <= 8.0 **.
@@ -27,9 +29,14 @@ TYPO3 requires a web server, PHP and a database system.
27
29
See :ref: `system-requirements-database ` on this page for details.
28
30
29
31
* If you want TYPO3 to automatically carry out **image processing ** – for example
30
- scaling or cropping – you will need GraphicsMagick (version 1.3 or newer) or
31
- ImageMagick (version 6 or
32
- newer) installed on the server. (GraphicsMagick should be preferred.)
32
+ scaling or cropping – you will need either GraphicsMagick (version 1.3 or newer) or
33
+ ImageMagick (version 6 or newer) installed on the server. GraphicsMagick is recommended.
34
+
35
+ * Open SSL.
36
+ Under Windows you must manually add the system environment variable - for example
37
+ +OPENSSL_CONF = C:\W eb\X ampp\X amp-7.3.28\a pache\c onf\o penssl.cnf*
38
+
39
+
33
40
34
41
For an overview see also `get.typo3.org
35
42
<https://get.typo3.org/version/11#system-requirements> `_.
0 commit comments