Skip to content

Commit 4750c3f

Browse files
committed
Fix php.ini comment (#55834)
1 parent 66d25f5 commit 4750c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ html_errors = On
598598
; This directive determines which super global arrays are registered when PHP
599599
; starts up. G,P,C,E & S are abbreviations for the following respective super
600600
; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
601-
: paid for the registration of these arrays and because ENV is not as commonly
601+
; paid for the registration of these arrays and because ENV is not as commonly
602602
; used as the others, ENV is not recommended on productions servers. You
603603
; can still get access to the environment variables through getenv() should you
604604
; need to.

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ html_errors = On
598598
; This directive determines which super global arrays are registered when PHP
599599
; starts up. G,P,C,E & S are abbreviations for the following respective super
600600
; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
601-
: paid for the registration of these arrays and because ENV is not as commonly
601+
; paid for the registration of these arrays and because ENV is not as commonly
602602
; used as the others, ENV is not recommended on productions servers. You
603603
; can still get access to the environment variables through getenv() should you
604604
; need to.

0 commit comments

Comments
 (0)