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

Deprecate EOL PHP versions

parent a0c372cc
No related branches found
No related tags found
1 merge request!59Empower admins to push extension PHP 8.x compatibility
...@@ -69,9 +69,9 @@ You can find the lifecycle of current PHP versions [here](https://www.php.net/su ...@@ -69,9 +69,9 @@ You can find the lifecycle of current PHP versions [here](https://www.php.net/su
| ---- | ---- | ---- | | ---- | ---- | ---- |
| PHP 8.1 | **incompatible** | **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.1 | **incompatible** | **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 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 and **recommended** | compatible and **recommended** | | PHP 7.4 | compatible but **not recommended** due to to [PHP end-of life](http://php.net/eol.php) in Nov 2022 | compatible but **not recommended** due to to [PHP end-of life](http://php.net/eol.php) in Nov 2022 |
| PHP 7.3 | compatible and **recommended** | compatible but **not recommended** due to to [PHP end-of life](http://php.net/eol.php) in Dec 2021 | | PHP 7.3 | compatible but **not recommended** due to to [PHP end-of life](http://php.net/eol.php) in Dec 2021 | compatible but **not recommended** due to to [PHP end-of life](http://php.net/eol.php) in Dec 2021 |
| PHP 7.2 | compatible and **recommended** - but see note below about resaving the SMTP password | **incompatible** as of 5.58.0 | | PHP 7.2 | compatible - but see note below about resaving the SMTP password | **incompatible** as of 5.58.0 |
| PHP 7.1 | **incompatible** | **incompatible** as of 5.35.0 | | PHP 7.1 | **incompatible** | **incompatible** as of 5.35.0 |
| PHP 7.0 | **incompatible** | **incompatible** as of 5.25.0 | | PHP 7.0 | **incompatible** | **incompatible** as of 5.25.0 |
| PHP 5.6 | **incompatible** | **incompatible** | | PHP 5.6 | **incompatible** | **incompatible** |
......
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