From 2e37e05ad06c26c02f3161b73ee8ecc41f405ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Nov 2012 13:20:46 +0100 Subject: [PATCH] Past tense is more appropriate here --- doc/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: