File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 144144; Development Value: Off
145145; Production Value: Off
146146
147- ; variables_order
148- ; Default Value: "EGPCS"
149- ; Development Value: "EGPCS"
150- ; Production Value: "EGPCS"
151-
152147; zend.assertions
153148; Default Value: 1
154149; Development Value: 1
@@ -636,15 +631,15 @@ ignore_repeated_source = Off
636631; Default Value: "EGPCS"
637632; Development Value: "EGPCS"
638633; Production Value: "EGPCS";
639- ; http ://php.net/variables-order
640- variables_order = "EGPCS"
634+ ; https ://php.net/variables-order
635+ ; variables_order = "EGPCS"
641636
642637; This directive determines which super global data (G,P & C) should be
643638; registered into the super global array REQUEST. If so, it also determines
644639; the order in which that data is registered. The values for this directive
645- ; are specified in the same manner as the variables_order directive,
640+ ; are specified in the same manner as the directive,
646641; EXCEPT one. Leaving this value empty will cause PHP to use the value set
647- ; in the variables_order directive. It does not mean it will leave the super
642+ ; in the directive. It does not mean it will leave the super
648643; globals array REQUEST empty.
649644; Default Value: None
650645; Development Value: "GP"
You can’t perform that action at this time.
0 commit comments