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

Change minimum PHP version in install docs #9820

Merged
merged 2 commits into from Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Installation/Installation-CentOS-7-Apache.md
Expand Up @@ -2,7 +2,7 @@ source: Installation/Installation-CentOS-7-Apache.md
path: blob/master/doc/
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.

**Please note the minimum supported PHP version is 5.6.4**
**Please note the minimum supported PHP version is 7.1.3**

## Install Required Packages ##

Expand Down
2 changes: 1 addition & 1 deletion doc/Installation/Installation-CentOS-7-Nginx.md
Expand Up @@ -2,7 +2,7 @@ source: Installation/Installation-CentOS-7-Nginx.md
path: blob/master/doc/
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.

**Please note the minimum supported PHP version is 5.6.4**
**Please note the minimum supported PHP version is 7.1.3**

## Install Required Packages ##

Expand Down
2 changes: 1 addition & 1 deletion doc/Installation/Installation-Ubuntu-1804-Apache.md
Expand Up @@ -2,7 +2,7 @@ source: Installation/Installation-Ubuntu-1804-Apache.md
path: blob/master/doc/
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.

**Please note the minimum supported PHP version is 5.6.4**
**Please note the minimum supported PHP version is 7.1.3**

## Install Required Packages ##
add-apt-repository universe
Expand Down
2 changes: 1 addition & 1 deletion doc/Installation/Installation-Ubuntu-1804-Nginx.md
Expand Up @@ -2,7 +2,7 @@ source: Installation/Installation-Ubuntu-1804-Nginx.md
path: blob/master/doc/
> NOTE: These instructions assume you are the **root** user. If you are not, prepend `sudo` to the shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s` or `sudo -i`.

**Please note the minimum supported PHP version is 5.6.4**
**Please note the minimum supported PHP version is 7.1.3**

## Install Required Packages ##
add-apt-repository universe
Expand Down