Skip to content

Commit 1c77941

Browse files
committed
Improve the upload progress FAQ
1 parent 51b2069 commit 1c77941

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/faq.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,10 @@ Here are a few points to check:
883883
---------------------------------
884884

885885
To be able to see a progress bar during your uploads, your server must
886-
have the `uploadprogress <https://pecl.php.net/package/uploadprogress>`_ extension, and
887-
you must be running PHP 5.4.0 or higher. Moreover, the JSON extension
888-
has to be enabled in your PHP.
886+
have the `uploadprogress <https://pecl.php.net/package/uploadprogress>`_ extension enabled.
889887

890-
If using PHP 5.4.0 or higher, you must set
891-
``session.upload_progress.enabled`` to ``1`` in your :file:`php.ini`. However,
892-
starting from phpMyAdmin version 4.0.4, session-based upload progress has
888+
You must set ``session.upload_progress.enabled`` to ``1`` in your :file:`php.ini`.
889+
However, starting from phpMyAdmin version 4.0.4, session-based upload progress has
893890
been temporarily deactivated due to its problematic behavior.
894891

895892
.. _faq2_10:

0 commit comments

Comments
 (0)