-
-
Notifications
You must be signed in to change notification settings - Fork 488
Description
🗣️ Foreword
Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.
🙍 Problem Statement
After #250 was merged, i noticed that this cookbook supplies distro-specific php.ini templates for debian, ubuntu, centos and redhat. Things could be greatly simplified by removing these and, if needed at all, set any distro-specific ini defaults in a different way using the default template.
This issue was also addressed in #150 but this issue got closed due to inactivity.
❔ Possible Solution
Remove distro-specific php.ini templates. If needed at all, set any distro-specific ini defaults in a different way using the default template.
⤴️ Describe alternatives you've considered
Update all of the distro specific templates too as addressed in #250 but that seems very cludgy.