Skip to content

Commit 2883090

Browse files
authored
fix
github editor messed up some things
1 parent 967fbbe commit 2883090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,9 @@ ignore_repeated_source = Off
637637
; This directive determines which super global data (G,P & C) should be
638638
; registered into the super global array REQUEST. If so, it also determines
639639
; the order in which that data is registered. The values for this directive
640-
; are specified in the same manner as the directive,
640+
; are specified in the same manner as the variables_order directive,
641641
; EXCEPT one. Leaving this value empty will cause PHP to use the value set
642-
; in the directive. It does not mean it will leave the super
642+
; in the variables_order directive. It does not mean it will leave the super
643643
; globals array REQUEST empty.
644644
; Default Value: None
645645
; Development Value: "GP"

0 commit comments

Comments
 (0)