From c1be02da32d7d2472bdc2e55d4615cf3bf6d7eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 12 Nov 2012 14:34:41 +0100 Subject: [PATCH] Move OBGzip documentation to server section --- doc/config.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 31cfa1b84e..caf14a6df6 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1039,19 +1039,6 @@ Generic settings are longer than 1000 characters. Also, if a query's length exceeds this limit, this query is not saved in the history. -.. config:option:: $cfg['OBGzip'] - - :type: string/boolean - :default: ``'auto'`` - - Defines whether to use GZip output buffering for increased speed in - :abbr:`HTTP (HyperText Transfer Protocol)` transfers. Set to - true/false for enabling/disabling. When set to 'auto' (string), - phpMyAdmin tries to enable output buffering and will automatically - disable it if your browser has some problems with buffering. IE6 with - a certain patch is known to cause data corruption when having enabled - buffering. - .. config:option:: $cfg['PersistentConnections'] :type: boolean @@ -1868,6 +1855,19 @@ Languages Web server settings ------------------- +.. config:option:: $cfg['OBGzip'] + + :type: string/boolean + :default: ``'auto'`` + + Defines whether to use GZip output buffering for increased speed in + :abbr:`HTTP (HyperText Transfer Protocol)` transfers. Set to + true/false for enabling/disabling. When set to 'auto' (string), + phpMyAdmin tries to enable output buffering and will automatically + disable it if your browser has some problems with buffering. IE6 with + a certain patch is known to cause data corruption when having enabled + buffering. + .. config:option:: $cfg['TrustedProxies'] :type: array