Skip to content

Commit 88357a2

Browse files
authored
Clean up variables_order section in php.ini-development
1 parent a401f84 commit 88357a2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

php.ini-development

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@
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"

0 commit comments

Comments
 (0)