summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2011-04-03 21:46:52 +0000
committerPierrick Charron <pierrick@php.net>2011-04-03 21:46:52 +0000
commit1368364469571507b56358e3fe210aaaaea35a07 (patch)
treeb41fc183aa432b16b67a1096881da00cc0b35fd1 /php.ini-development
parent9e05a9ad1310018a6f5797c7e32ae0d0cbd9cb69 (diff)
downloadphp-git-1368364469571507b56358e3fe210aaaaea35a07.tar.gz
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :)
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development
index 1b22f1b818..3c161360b8 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -603,7 +603,7 @@ html_errors = On
; 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
-; used as the others, ENV is is not recommended on productions servers. You
+; 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.
; Default Value: "EGPCS"