sous-chefs / php

Development repository for the php cookbook
https://supermarket.chef.io/cookbooks/php
Apache License 2.0
443 stars 491 forks source link

How can i install php 7.2 on amazonlinux2? #304

Closed tarunjangra closed 4 years ago

tarunjangra commented 4 years ago

It is not a bug or feature rather a question. Is there any way i can use amazon-linux-extras to install php 7.2 on amazon linux 2.

ramereth commented 4 years ago

Based on what I know, I think that is a little bit outside of the scope of this cookbook. Seems as though you could enable that repo in a wrapper cookbook and then update the packages attributes to install it. Or am I misunderstanding this?

tarunjangra commented 4 years ago

yeah, you are right. Doing 'amazon-linux-extras enable php7.2' has solved my problem.

Thanks