-
-
Notifications
You must be signed in to change notification settings - Fork 484
Remove distro-specific php.ini templates #254
Copy link
Copy link
Open
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityMaintenanceMaintenance issues such as failing buildsMaintenance issues such as failing buildsPriority: LowIs a nice to have, not an essentialIs a nice to have, not an essentialhacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
Metadata
Metadata
Assignees
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityMaintenanceMaintenance issues such as failing buildsMaintenance issues such as failing buildsPriority: LowIs a nice to have, not an essentialIs a nice to have, not an essentialhacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
🗣️ 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.
Update all of the distro specific templates too as addressed in #250 but that seems very cludgy.
➕ Additional context
#150
#250