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 144
144
; Development Value: Off
145
145
; Production Value: Off
146
146
147
- ; variables_order
148
- ; Default Value: "EGPCS"
149
- ; Development Value: "EGPCS"
150
- ; Production Value: "EGPCS"
151
-
152
147
; zend.assertions
153
148
; Default Value: 1
154
149
; Development Value: 1
@@ -636,15 +631,15 @@ ignore_repeated_source = Off
636
631
; Default Value: "EGPCS"
637
632
; Development Value: "EGPCS"
638
633
; Production Value: "EGPCS";
639
- ; http ://php.net/variables-order
640
- variables_order = "EGPCS"
634
+ ; https ://php.net/variables-order
635
+ ; variables_order = "EGPCS"
641
636
642
637
; This directive determines which super global data (G,P & C) should be
643
638
; registered into the super global array REQUEST. If so, it also determines
644
639
; 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,
646
641
; 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
648
643
; globals array REQUEST empty.
649
644
; Default Value: None
650
645
; Development Value: "GP"
You can’t perform that action at this time.
0 commit comments