Skip to content

Commit 967fbbe

Browse files
authored
Comment out variables_order directive
1 parent 88357a2 commit 967fbbe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

php.ini-production

Lines changed: 1 addition & 6 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
@@ -639,7 +634,7 @@ ignore_repeated_source = Off
639634
; Development Value: "EGPCS"
640635
; Production Value: "EGPCS"
641636
; http://php.net/variables-order
642-
variables_order = "EGPCS"
637+
;variables_order = "EGPCS"
643638

644639
; This directive determines which super global data (G,P & C) should be
645640
; registered into the super global array REQUEST. If so, it also determines

0 commit comments

Comments
 (0)