From 8f545a74290d863b51c3daf7f67c556501660aad Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 3 Oct 2011 08:40:26 +0000 Subject: [PATCH] Fix php.ini comment (#55834) --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-development b/php.ini-development index 79895ecf23..a5653bee70 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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. 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. -- 2.50.1