michaelmcandrew / civicrm-buildkit-docker

This is a read only copy. Please make PRs here: https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
https://lab.civicrm.org/michaelmcandrew/civicrm-buildkit-docker
GNU Affero General Public License v3.0
40 stars 31 forks source link

Only install mcrypt for older versions of PHP #40

Closed wmortada closed 5 years ago

wmortada commented 5 years ago

Just a minor tweak to future proof the template for when later versions of PHP are released e.g. 7.4.

This changes the logic of the condition so that mcrypt library and php extension are only installed for older versions of PHP.

michaelmcandrew commented 5 years ago

That's great - thanks!