Skip to content
Snippets Groups Projects
Commit a47b2fd7 authored by jofranz's avatar jofranz
Browse files

Merge branch 'sunset_php_72' into 'master'

Drop PHP 7.2. Mark PHP 7.3 as not recommended

See merge request !61
parents d392acee a1ff14e2
No related branches found
No related tags found
1 merge request!61Drop PHP 7.2. Mark PHP 7.3 as not recommended
......@@ -57,7 +57,7 @@ See the page on [choosing a CMS](../planning/cms.md) for more information about
### PHP Version on the Command Line
The PHP version used on the command line is important and should match the version used by the web server. Using PHP 7.1 (or lower) on the command line and using PHP 7.2 (or higher) on the web server can cause issues.
The PHP version used on the command line is important and should match the version used by the web server. Using PHP 7.4 (or lower) on the command line and using PHP 8.0 (or higher) on the web server can cause issues.
It is also important to ensure that the same PHP extensions/modules are loaded on the command line and the web server.
......@@ -71,8 +71,8 @@ You can find the lifecycle of current PHP versions [here](https://www.php.net/su
| PHP 8.1 | **compatible if [your installed extensions](https://docs.civicrm.org/user/en/latest/introduction/extensions/#installing-extensions) are compatible**. Support your extension providers and ask them for extension compatibility to help the ecosystem to catch up. | **compatible from CiviCRM 5.55 if [your installed extensions](https://docs.civicrm.org/user/en/latest/introduction/extensions/#installing-extensions) are compatible**. Support your extension providers and ask them for extension compatibility to help the ecosystem to catch up. |
| PHP 8.0 | **compatible if [your installed extensions](https://docs.civicrm.org/user/en/latest/introduction/extensions/#installing-extensions) are compatible**. Support your extension providers and ask them for extension compatibility to help the ecosystem to catch up. | **compatible from CiviCRM 5.39 if [your installed extensions](https://docs.civicrm.org/user/en/latest/introduction/extensions/#installing-extensions) are compatible**. Support your extension providers and ask them for extension compatibility to help the ecosystem to catch up. | compatible from CiviCRM 5.39 however **not recommended** |
| PHP 7.4 | compatible but **not recommended** due to [PHP end-of life](http://php.net/eol.php) in Nov 2022 | compatible but **not recommended** due to [PHP end-of life](http://php.net/eol.php) in Nov 2022 |
| PHP 7.3 | compatible but **not recommended** due to [PHP end-of life](http://php.net/eol.php) in Dec 2021 | compatible but **not recommended** due to [PHP end-of life](http://php.net/eol.php) in Dec 2021 |
| PHP 7.2 | compatible - but see note below about resaving the SMTP password | **not compatible** as of 5.58.0 |
| PHP 7.3 | compatible but **not recommended.** Will be dropped soon due to [PHP end-of life](http://php.net/eol.php) in Dec 2021 | compatible but **not recommended.** Will be dropped soon due to [PHP end-of life](http://php.net/eol.php) in Dec 2021 |
| PHP 7.2 | **not compatible** - see note below about resaving the SMTP password | **not compatible** as of 5.58.0 |
| PHP 7.1 | **not compatible** | **not compatible** as of 5.35.0 |
| PHP 7.0 | **not compatible** | **not compatible** as of 5.25.0 |
| PHP 5.6 | **not compatible** | **not compatible** |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment