From 77998cc3a5d9c391deaf1e00a06804638348596a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 19 May 2016 09:43:17 +0200 Subject: [PATCH] Link to documentation instead of PECL, this is more useful link 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 8537a04d2f..2f3d36894d 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -802,7 +802,7 @@ Here are a few points to check: --------------------------------- To be able to see a progress bar during your uploads, your server must -have the `APC `_ extension, the +have the `APC `_ extension, the `uploadprogress `_ one, or you must be running PHP 5.4.0 or higher. Moreover, the JSON extension has to be enabled in your PHP.