From: Sarah Hoffmann Date: Thu, 5 Jan 2023 15:58:46 +0000 (+0100) Subject: increase minimum required version of PHP to 7.3 X-Git-Tag: v4.3.0~116^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/5a57d6308e91b1cff2eba8f5e18e8439c43ed45a increase minimum required version of PHP to 7.3 Other versions are not tested anymore. --- diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index 90b2cb39..f6692f58 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -53,7 +53,7 @@ For running Nominatim: * [PyICU](https://pypi.org/project/PyICU/) * [PyYaml](https://pyyaml.org/) (5.1+) * [datrie](https://github.com/pytries/datrie) - * [PHP](https://php.net) (7.0 or later) + * [PHP](https://php.net) (7.3+) * PHP-pgsql * PHP-intl (bundled with PHP) * PHP-cgi (for running queries from the command line)