Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 942b92d

Browse files
antonkrilSteve Johnson
authored and
Steve Johnson
committed
Added versions of software we are compatible with, but not actually test (#733)
* Added versions of software we are compatible with, but not actually test * Update system-requirements-tech.md * Update system-requirements-tech.md
1 parent e61d74f commit 942b92d

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

guides/v2.2/install-gde/system-requirements-tech.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,31 @@ Upgrading the Magento applications and extensions you obtain from Magento Market
2121
Composer is required for developers who wish to contribute to the Magento 2 codebase or anyone who wishes to develop Magento extensions
2222

2323
### Web servers
24+
25+
Compatible: Apache 2.2, 2.4, Nginx 1.8.*, 1.10.*, 1.11.*
26+
<hr />
27+
2428
* <a href="http://httpd.apache.org/download.cgi" target="_blank">Apache 2.2 or 2.4</a>
2529

2630
In addition, the apache `mod_rewrite` module must be enabled. `mod_rewrite` enables the server to perform URL rewriting. For more information, see <a href="{{page.baseurl}}install-gde/prereq/apache.html">our Apache documentation</a>.
2731
* nginx 1.8 (or <a href="http://nginx.org/en/linux_packages.html#mainline" target="_blank">latest mainline version</a>)
2832

2933
### Database
3034

31-
MySQL 5.6
35+
Compatible: MySQL 5.6, 5.7, MySQL NDB Cluster 7.4.*, MariaDB 10.0, 10.1, 10.2
36+
37+
<hr />
38+
39+
MySQL 5.6
3240

3341
Magento application version 2.1.2 and later are compatible with MySQL 5.7.
3442

3543
MariaDB and Percona are compatible with Magento because we support MySQL 5.6 APIs.
3644

3745
### PHP
3846

47+
Compatible: PHP 7.0.4+, 7.1.*
48+
3949
{% include install/php_2.2.md %}
4050

4151
PHP documentation: <a href="{{page.baseurl}}install-gde/prereq/php-centos.html" target="_blank">CentOS</a>, <a href="{{page.baseurl}}install-gde/prereq/php-ubuntu.html" target="_blank">Ubuntu</a>
@@ -86,22 +96,18 @@ For more information, see [Required PHP settings]({{ page.baseurl }}install-gde/
8696
Mail Transfer Agent (MTA) or an SMTP server
8797

8898
### Magento can utilize the following technologies:
89-
* <a href="{{page.baseurl}}config-guide/redis/config-redis.html">Redis</a> version 3.0 for page caching and session storage (the latter supported by Magento version 2.0.6 and later only)
99+
* <a href="{{page.baseurl}}config-guide/redis/config-redis.html">Redis</a> version 3.0 (compatible with 2.4+ ) for page caching and session storage (the latter supported by Magento version 2.0.6 and later only)
90100
* <a href="{{page.baseurl}}config-guide/varnish/config-varnish.html">Varnish</a> version 4.x or 5.0
91101
* <a href="{{page.baseurl}}config-guide/memcache/memcache.html">memcached</a> latest stable version for session storage with either `memcache` or `memcached` PHP extensions (latest stable version)
92102

93103
* Magento Enterprise Edition (EE) only <img src="{{ site.baseurl }}common/images/ee-only_small.png">
94104

95-
* Apache Solr 4.x
96-
97-
<a href="{{page.baseurl}}config-guide/solr/solr-overview.html">Solr search</a> can be used as a search provider. Available for Magento Enterprise Edition (EE) only.
98-
99105
* Elasticsearch versions 1.7 and 2.x (recommended)
100106

101107
* If you get the Elasticsearch software from the Elasticsearch Linux repository, we support versions 2.x.
102108
* If you get the Elasticsearch software from their [Elasticsearch-PHP repository](https://github.com/elastic/elasticsearch-php){:target="_blank"}, we support the `2.0` branch.
103109

104-
* RabbitMQ 3.5
110+
* RabbitMQ 3.5 (compatible 2.0+)
105111

106112
<a href="{{page.baseurl}}config-guide/mq/rabbitmq-overview.html">RabbitMQ</a> can be used to publish messages to queue and to define the consumers that receive the messages asynchronously. Available for Magento EE only.
107113

0 commit comments

Comments
 (0)