Skip to content

Commit

Permalink
Bump PHP version, missing required extension
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 27, 2020
1 parent 36ca14c commit 38604da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ GLPI requires a web server that supports PHP, like:
PHP
---

As of 9.2 release, GLPI requires `PHP <http://php.net>`_ 5.6 or more recent.
As of 9.5 release, GLPI requires `PHP <http://php.net>`_ 7.0.8 or more recent.
As of 9.5 release, GLPI requires `PHP <http://php.net>`_ 7.2 or more recent.

.. note::

Expand All @@ -40,7 +39,8 @@ Following PHP extensions are required for the app to work properly:
* ``session``: to get user sessions support;
* ``zlib``: to get backup and restore database functions;
* ``simplexml``;
* ``xml``.
* ``xml``;
* ``intl``.

Optional extensions
^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 38604da

Please sign in to comment.