summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorPeter Cowburn <salathe@php.net>2011-10-03 08:40:26 +0000
committerPeter Cowburn <salathe@php.net>2011-10-03 08:40:26 +0000
commit4750c3fbe1cd1c6f8ebc097bf7a22dd2eb279f56 (patch)
treec85281039ade741c631d82d9ee8425e0e5790d67 /php.ini-production
parent66d25f5266beb9170d973794605517f55410109a (diff)
downloadphp-git-4750c3fbe1cd1c6f8ebc097bf7a22dd2eb279f56.tar.gz
Fix php.ini comment (#55834)
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index 8a918e6fbe..e0ce4d196b 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -598,7 +598,7 @@ html_errors = On
; This directive determines which super global arrays are registered when PHP
; starts up. G,P,C,E & S are abbreviations for the following respective super
; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
-: paid for the registration of these arrays and because ENV is not as commonly
+; paid for the registration of these arrays and because ENV is not as commonly
; used as the others, ENV is not recommended on productions servers. You
; can still get access to the environment variables through getenv() should you
; need to.