]> granicus.if.org Git - php/commitdiff
Fix php.ini comment (#55834)
authorPeter Cowburn <salathe@php.net>
Mon, 3 Oct 2011 08:40:26 +0000 (08:40 +0000)
committerPeter Cowburn <salathe@php.net>
Mon, 3 Oct 2011 08:40:26 +0000 (08:40 +0000)
php.ini-development
php.ini-production

index 79895ecf2321c630ed5ccdb93cdedcbf0e8f1085..a5653bee70306ca90b6395086fe1dfa151fa891f 100644 (file)
@@ -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.
index 8a918e6fbe64fe9e1fbb63fe234cec385fb7bc14..e0ce4d196b7d2fad2c22966e2dba9425d2a5d5be 100644 (file)
@@ -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.