You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/requirements.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
## Recommended Requirements
15
15
16
-
It has always been a core goal to ensure that ExpressionEngine is usable on a broadly diverse and accessible range of machines by a broad and diverse range of people.
16
+
It has always been a core goal to ensure that ExpressionEngine is usable on a broadly diverse and accessible range of machines by a broad and diverse range of people.
17
17
18
18
**For the best experience**, this version of ExpressionEngine should use:
19
19
@@ -30,9 +30,9 @@ While ExpressionEngine achieves compatibility with the newest releases of PHP an
30
30
31
31
The developers recognize that not only are there a wide range of server setups, but also that sometimes we're not able to build our site on the machine of our dreams. Besides, no one likes it when they're forced to update an underlying tool unnecessarily.
32
32
33
-
If you are stuck in an older environment, ExpressionEngine _can_ run on PHP 7.2.5+ with 32M of memory, and MySQL 5.6.4+.
33
+
If you are stuck in an older environment, ExpressionEngine _can_ run on PHP 7.2.5+ with 32M of memory, and MySQL 5.6.4+.
34
34
35
-
PHP-FPM is also optional, but [tends to handily outperform mod_php](https://www.cloudways.com/blog/php-fpm-on-cloud/).
35
+
PHP-FPM is also optional, but [tends to handily outperform mod_php](https://www.cloudways.com/blog/php-fpm-on-cloud/).
36
36
37
37
That said, running older versions not only hurts performance—increasing the cost of your website—but most importantly puts your site **at risk of security vulnerabilities**. The PHP Group stopped providing support for PHP 5.6 [on December 31, 2018](https://php.net/supported-versions.php) and for PHP 7.1 [on December 1, 2019](https://www.php.net/eol.php). Oracle also ceased providing support for MySQL 5.5 at the same time.
38
38
@@ -85,6 +85,7 @@ Though the following are available in PHP by default, some hosts may have them d
85
85
-[File Information (fileinfo)](https://php.net/manual/en/book.fileinfo.php)
NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](https://help.dreamhost.com/hc/en-us/articles/214894037-How-do-I-create-a-phprc-file-via-FTP-) that contains the following: `extension = fileinfo.so`
@@ -94,7 +95,6 @@ NOTE: **Note:** If you're on MediaTemple you will need [to create a phprc file](
94
95
These are recommended, but not required.
95
96
96
97
- The [Internationalization](https://php.net/manual/en/book.intl.php) extension, for full functionality of [variable modifiers](templates/variable-modifiers.md)
0 commit comments