-
-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Labels
BugSomething isn't workingSomething isn't workingFeature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityGood First IssueAn issue which is a good way to get started in the projectAn issue which is a good way to get started in the projecthacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
Description
Description
php.ini
for CentOS, RedHat and Ubuntu are missing request_order
, defaulting it to variables_order
, which is set to EGPCS
.
http://php.net/manual/en/ini.core.php says that
...the default distribution php.ini files does not contain the 'C' for cookies, due to security concerns.
I would like to understand why the variable is missing from the template for these distributions and, if possible, what are the potential security issues that might come from have 'C'
in the list.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingFeature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityGood First IssueAn issue which is a good way to get started in the projectAn issue which is a good way to get started in the projecthacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event