diff --git a/docs/get-started/technical-requirements.md b/docs/get-started/technical-requirements.md
index e08dd43d..7af11058 100644
--- a/docs/get-started/technical-requirements.md
+++ b/docs/get-started/technical-requirements.md
@@ -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
+**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.
+**Recommended PHP Modules:** mbstring
+**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://www.iis.net/downloads/microsoft/url-rewrite) to use SEO URLs
### Requirements for Joomla! 5.x
@@ -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
+**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.
+**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**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
diff --git a/versioned_docs/version-5.4/get-started/technical-requirements.md b/versioned_docs/version-5.4/get-started/technical-requirements.md
index 3c404fa2..2916ab27 100644
--- a/versioned_docs/version-5.4/get-started/technical-requirements.md
+++ b/versioned_docs/version-5.4/get-started/technical-requirements.md
@@ -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
+**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.
+**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**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
@@ -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.
\ No newline at end of file
+- [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.
diff --git a/versioned_docs/version-6.0/get-started/technical-requirements.md b/versioned_docs/version-6.0/get-started/technical-requirements.md
index 923b9713..b673d44c 100644
--- a/versioned_docs/version-6.0/get-started/technical-requirements.md
+++ b/versioned_docs/version-6.0/get-started/technical-requirements.md
@@ -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
+**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.
+**Recommended PHP Modules:** mbstring
+**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**Optional Microsoft IIS Modules:** [URL Rewrite Module](https://www.iis.net/downloads/microsoft/url-rewrite) to use SEO URLs
### Requirements for Joomla! 5.x
@@ -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
+**Required PHP Configuration:** Don't disable the `parse_ini_string` core function.
+**Optional Apache Modules:** _mod_rewrite_ extension to use SEO URLs
**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