fat Fri, 17 Jun 2011 23:35:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312245
Log:
missing doc in the conf file
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-06-17
23:19:54 UTC (rev 312244)
+++ php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in 2011-06-17
23:35:47 UTC (rev 312245)
@@ -195,11 +195,12 @@
; total processes: 100
; max children reached: 1
; By default the status page output is formatted as text/plain. Passing either
-; 'html' or 'json' as a query string will return the corresponding output
+; 'html', 'xml' or 'json' as a query string will return the corresponding
output
; syntax. Example:
; http://www.foo.bar/status
; http://www.foo.bar/status?json
; http://www.foo.bar/status?html
+; http://www.foo.bar/status?xml
; Note: The value must start with a leading slash (/). The value can be
; anything, but it may not be a good idea to use the .php extension or it
; may conflict with a real PHP file.
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-06-17
23:19:54 UTC (rev 312244)
+++ php/php-src/branches/PHP_5_4/sapi/fpm/php-fpm.conf.in 2011-06-17
23:35:47 UTC (rev 312245)
@@ -195,11 +195,12 @@
; total processes: 100
; max children reached: 1
; By default the status page output is formatted as text/plain. Passing either
-; 'html' or 'json' as a query string will return the corresponding output
+; 'html', 'xml' or 'json' as a query string will return the corresponding
output
; syntax. Example:
; http://www.foo.bar/status
; http://www.foo.bar/status?json
; http://www.foo.bar/status?html
+; http://www.foo.bar/status?xml
; Note: The value must start with a leading slash (/). The value can be
; anything, but it may not be a good idea to use the .php extension or it
; may conflict with a real PHP file.
Modified: php/php-src/trunk/sapi/fpm/php-fpm.conf.in
===================================================================
--- php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2011-06-17 23:19:54 UTC (rev
312244)
+++ php/php-src/trunk/sapi/fpm/php-fpm.conf.in 2011-06-17 23:35:47 UTC (rev
312245)
@@ -195,11 +195,12 @@
; total processes: 100
; max children reached: 1
; By default the status page output is formatted as text/plain. Passing either
-; 'html' or 'json' as a query string will return the corresponding output
+; 'html', 'xml' or 'json' as a query string will return the corresponding
output
; syntax. Example:
; http://www.foo.bar/status
; http://www.foo.bar/status?json
; http://www.foo.bar/status?html
+; http://www.foo.bar/status?xml
; Note: The value must start with a leading slash (/). The value can be
; anything, but it may not be a good idea to use the .php extension or it
; may conflict with a real PHP file.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php