Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-09-05 14:17:25 +0300
committerMichal Čihař <michal@cihar.com>2017-09-05 15:46:46 +0300
commit1c00728163c7a69888b216f9e7106d4154ea1ac6 (patch)
tree4e84b6d75ae02641a82d8955b1debe1ee1c97668 /doc/require.rst
parenteefc2cc47e6a47ddb69355420801b3b588407982 (diff)
Make hash extension required
It is anyway shipped by default and carrying implementation of hash_hmac is not really a good idea long term. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 8f6cf62f16..e9a48e50b9 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -13,7 +13,7 @@ PHP
---
* You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
- (SPL) extension, ctype, and JSON support.
+ (SPL) extension, hash, ctype, and JSON support.
* The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended
for performance reasons.