fat Mon, 04 Jul 2011 12:49:46 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=312903
Log: fix comment syntax Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in U php/php-src/branches/PHP_5_4/sapi/fpm/php-fpm.conf.in U php/php-src/trunk/sapi/fpm/php-fpm.conf.in Modified: php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in =================================================================== --- php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in 2011-07-04 11:21:41 UTC (rev 312902) +++ php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in 2011-07-04 12:49:46 UTC (rev 312903) @@ -322,7 +322,7 @@ ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e ; %f: script filename -: %l: content-length of the request (for POST request only) +; %l: content-length of the request (for POST request only) ; %m: request method ; %M: peak of memory allocated by PHP ; it can accept the following format: Modified: php/php-src/branches/PHP_5_4/sapi/fpm/php-fpm.conf.in =================================================================== --- php/php-src/branches/PHP_5_4/sapi/fpm/php-fpm.conf.in 2011-07-04 11:21:41 UTC (rev 312902) +++ php/php-src/branches/PHP_5_4/sapi/fpm/php-fpm.conf.in 2011-07-04 12:49:46 UTC (rev 312903) @@ -322,7 +322,7 @@ ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e ; %f: script filename -: %l: content-length of the request (for POST request only) +; %l: content-length of the request (for POST request only) ; %m: request method ; %M: peak of memory allocated by PHP ; it can accept the following format: Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in =================================================================== --- php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2011-07-04 11:21:41 UTC (rev 312902) +++ php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2011-07-04 12:49:46 UTC (rev 312903) @@ -322,7 +322,7 @@ ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e ; %f: script filename -: %l: content-length of the request (for POST request only) +; %l: content-length of the request (for POST request only) ; %m: request method ; %M: peak of memory allocated by PHP ; it can accept the following format:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php