We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88357a2 commit 967fbbeCopy full SHA for 967fbbe
php.ini-production
@@ -144,11 +144,6 @@
144
; Development Value: Off
145
; Production Value: Off
146
147
-; variables_order
148
-; Default Value: "EGPCS"
149
-; Development Value: "EGPCS"
150
-; Production Value: "EGPCS"
151
-
152
; zend.assertions
153
; Default Value: 1
154
; Development Value: 1
@@ -639,7 +634,7 @@ ignore_repeated_source = Off
639
634
; Development Value: "EGPCS"
640
635
; Production Value: "EGPCS"
641
636
; http://php.net/variables-order
642
-variables_order = "EGPCS"
637
+;variables_order = "EGPCS"
643
638
644
; This directive determines which super global data (G,P & C) should be
645
; registered into the super global array REQUEST. If so, it also determines
0 commit comments