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:
authorWilliam Desportes <williamdes@wdes.fr>2020-04-05 21:50:57 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-04-05 21:57:07 +0300
commit5ab7d56008153e16bc7061e3548dfa3c94c4eb2d (patch)
treeb0ab308c129846760eb25e43513a7e340948a26d /doc/glossary.rst
parent45c3db8aec70ea7c2700e77ac1fdd709a8406351 (diff)
Remove all references to deprecated extension mcrypt
"Warning This feature was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0." It was added in: b9b6b45a4fd6026fa1cfc2dc36de201f9b0e9953 I did this change because Sphinx complained about "Warning, treated as error: /home/travis/build/williamdes/phpmyadmintest/doc/glossary.rst:217:duplicate term description of mcrypt, other instance in glossary" in a documentation added 7 years ago. Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'doc/glossary.rst')
-rw-r--r--doc/glossary.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst
index e117ff5987..8966b3f1e1 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -210,16 +210,6 @@ From Wikipedia, the free encyclopedia
.. seealso:: <https://www.php.net/manual/en/book.mbstring.php>
- MCrypt
- a cryptographic library.
-
- .. seealso:: <https://en.wikipedia.org/wiki/MCrypt>
-
- mcrypt
- the MCrypt PHP extension.
-
- .. seealso:: <https://www.php.net/mcrypt>
-
Media type
A media type (formerly known as MIME type) is a two-part identifier
for file formats and format contents transmitted on the Internet.