Added faq 1.27 about GZIP output buffering problem.
This commit is contained in:
@@ -1860,6 +1860,16 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
permissions and it should work.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>[1.27] I get empty page when I want to view huge page (eg.
|
||||
db_details_structure.php3 with plenty of dabases).</b>
|
||||
<br />
|
||||
This is a <a href="http://bugs.php.net/21079">PHP bug</a> that occur when
|
||||
GZIP output buffering enabled. If you turn off it (by <code>$cfg['OBGzip']
|
||||
= FALSE</code> in config.inc.php3, it should work. This bug will be fixed
|
||||
least in PHP >= 4.5.0.
|
||||
</p>
|
||||
|
||||
<a name="faqconfig"></a>
|
||||
<h3>[2. Configuration]</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user