diff --git a/doc/faq.rst b/doc/faq.rst index 7e0dad5972..71168a3914 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -324,10 +324,10 @@ should work. 1.27 I get empty page when I want to view huge page (eg. db\_structure.php with plenty of tables). -------------------------------------------------------------------------------------------------- -This is a `PHP bug `_ that occur when GZIP -output buffering is enabled. If you turn off it (by :config:option:`$cfg['OBGzip']` in -:file:`config.inc.php`), it should work. This bug will be fixed in PHP -5.0.0. +This was caused by a `PHP bug `_ that occur when +GZIP output buffering is enabled. If you turn off it (by +:config:option:`$cfg['OBGzip']` in :file:`config.inc.php`), it should work. +This bug will has been fixed in PHP 5.0.0. .. _faq1_28: