Added faq 1.27 about GZIP output buffering problem.

This commit is contained in:
Michal Čihař
2003-01-30 13:46:06 +00:00
parent 32f1f11c7a
commit 0b55ff7fc2
3 changed files with 47 additions and 13 deletions

View File

@@ -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>