Skip to content
Closed
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
12 changes: 7 additions & 5 deletions docs/get-started/technical-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Technical Requirements
| Nginx | 1.29 | 1.26 | |
| Microsoft IIS | 10 | 10 | |

**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql
**Recommended PHP Modules:** mbstring
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql<br />
**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.<br />
**Recommended PHP Modules:** mbstring<br />
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs<br />
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://www.iis.net/downloads/microsoft/url-rewrite) to use SEO URLs

### Requirements for Joomla! 5.x
Expand All @@ -42,8 +43,9 @@ Technical Requirements
| Nginx | 1.25 | 1.21 |
| Microsoft IIS | 10 | 10 |

**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql<br />
**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.<br />
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs<br />
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://learn.iis.net/page.aspx/460/using-url-rewrite-module/) to use SEO URLs

### Requirements for older Versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ In the following tables the *Recommended* versions of supporting software are kn
| Nginx | 1.25 | 1.21 |
| Microsoft IIS | 10 | 10 |

**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql<br />
**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.<br />
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs<br />
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://learn.iis.net/page.aspx/460/using-url-rewrite-module/) to use SEO URLs

### Requirements for Joomla! 4.x
Expand Down Expand Up @@ -55,4 +56,4 @@ If you need the requirements for older Joomla versions please use the Current Re
- [PostgreSQL](https://www.postgresql.org/) is open source and available in numerous editions.
- [Apache](https://httpd.apache.org) HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows.
- [Nginx](https://nginx.org) is an HTTP web server, reverse proxy, content cache and load balancer.
- [Microsoft IIS](https://www.iis.net) (Internet Information Services) for Windows® Server is a flexible, secure and manageable Web server for hosting anything on the Web.
- [Microsoft IIS](https://www.iis.net) (Internet Information Services) for Windows® Server is a flexible, secure and manageable Web server for hosting anything on the Web.
12 changes: 7 additions & 5 deletions versioned_docs/version-6.0/get-started/technical-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Joomla! version. The *Minimum* versions are guaranteed to work. Older versions m
| Nginx | 1.29 | 1.26 | |
| Microsoft IIS | 10 | 10 | |

**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql
**Recommended PHP Modules:** mbstring
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql<br />
**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.<br />
**Recommended PHP Modules:** mbstring<br />
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs<br />
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://www.iis.net/downloads/microsoft/url-rewrite) to use SEO URLs

### Requirements for Joomla! 5.x
Expand All @@ -42,8 +43,9 @@ Joomla! version. The *Minimum* versions are guaranteed to work. Older versions m
| Nginx | 1.25 | 1.21 |
| Microsoft IIS | 10 | 10 |

**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Required PHP Modules:** json, simplexml, dom, zlib, gd, mysqlnd or pdo_mysql or pdo_pgsql<br />
**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.<br />
**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs<br />
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://learn.iis.net/page.aspx/460/using-url-rewrite-module/) to use SEO URLs

### Requirements for older Versions
Expand Down