From 0fbcbfa049cc857320282cc129f0aa01e917bd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 19 Apr 2016 08:59:34 +0200 Subject: [PATCH] Fix Suhosin URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index be74ccc636..3d437d41f9 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -790,7 +790,7 @@ Here are a few points to check: Dorninger for the hint). * In the :file:`php.ini` directive ``arg_separator.input``, a value of ";" will cause this error. Replace it with "&;". -* If you are using `Suhosin `_, you +* If you are using `Suhosin `_, you might want to increase `request limits `_. * The directory specified in the :file:`php.ini` directive ``session.save_path`` does not exist or is read-only.