Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the system requirements in the README.md #31

Closed
wants to merge 2 commits into from
Closed
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
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,23 @@ for more information.
System requirements
-------------------

* Web server
* PHP 7.1.0+ with GDlib, DOM and Phar
* MySQL 5.5.7+
* InnoDB with `innodb_large_prefix` enabled

Contao requires:

* A webserver with rewrite support (such as Apache with mod_rewrite or nginx)
* PHP Version 7.1.0 (or greater)
* with the following extensions:
* gd
* dom
* Phar
* intl
* mbstring (optional, better performance if native)
* make sure the following functions are available:
* proc_open
* proc_close
* Database
* MySQL 5.5.7 (or greater)
* InnoDB with innodb_large_prefix enabled
* MariaDB (or greater)

InnoDB large prefix
-------------------
Expand Down