salathe Mon, 03 Oct 2011 08:40:26 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=317640
Log: Fix php.ini comment (#55834) Bug: https://bugs.php.net/55834 (Open) The issue of configuration text in php.ini file. Changed paths: U php/php-src/branches/PHP_5_4/php.ini-development U php/php-src/branches/PHP_5_4/php.ini-production U php/php-src/trunk/php.ini-development U php/php-src/trunk/php.ini-production Modified: php/php-src/branches/PHP_5_4/php.ini-development =================================================================== --- php/php-src/branches/PHP_5_4/php.ini-development 2011-10-03 07:45:19 UTC (rev 317639) +++ php/php-src/branches/PHP_5_4/php.ini-development 2011-10-03 08:40:26 UTC (rev 317640) @@ -598,7 +598,7 @@ ; 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. Modified: php/php-src/branches/PHP_5_4/php.ini-production =================================================================== --- php/php-src/branches/PHP_5_4/php.ini-production 2011-10-03 07:45:19 UTC (rev 317639) +++ php/php-src/branches/PHP_5_4/php.ini-production 2011-10-03 08:40:26 UTC (rev 317640) @@ -598,7 +598,7 @@ ; 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. Modified: php/php-src/trunk/php.ini-development =================================================================== --- php/php-src/trunk/php.ini-development 2011-10-03 07:45:19 UTC (rev 317639) +++ php/php-src/trunk/php.ini-development 2011-10-03 08:40:26 UTC (rev 317640) @@ -598,7 +598,7 @@ ; 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. Modified: php/php-src/trunk/php.ini-production =================================================================== --- php/php-src/trunk/php.ini-production 2011-10-03 07:45:19 UTC (rev 317639) +++ php/php-src/trunk/php.ini-production 2011-10-03 08:40:26 UTC (rev 317640) @@ -598,7 +598,7 @@ ; 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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php