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>2019-12-21 12:13:42 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-21 13:03:10 +0300
commit313da618bd49569cfc68a7dd3f1e72941e0e73eb (patch)
treefb61e41d5a3779af354e1b450d82f3e3b6f5e7d0 /doc/glossary.rst
parente1db42a0f6a729ec74d78968fd2bd71967d34179 (diff)
Fix redirection form secure.php.net to www.php.net
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'doc/glossary.rst')
-rw-r--r--doc/glossary.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst
index 4250c690cb..08a15099c3 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -208,7 +208,7 @@ From Wikipedia, the free encyclopedia
If you have troubles installing this extension, please follow :ref:`faqmysql`, it provides useful hints.
- .. seealso:: <https://secure.php.net/manual/en/book.mbstring.php>
+ .. seealso:: <https://www.php.net/manual/en/book.mbstring.php>
MCrypt
a cryptographic library.
@@ -218,7 +218,7 @@ From Wikipedia, the free encyclopedia
mcrypt
the MCrypt PHP extension.
- .. seealso:: <https://secure.php.net/mcrypt>
+ .. seealso:: <https://www.php.net/mcrypt>
MIME
Multipurpose Internet Mail Extensions is
@@ -243,12 +243,12 @@ From Wikipedia, the free encyclopedia
mysqli
the improved MySQL client PHP extension.
- .. seealso:: <https://secure.php.net/manual/en/book.mysqli.php>
+ .. seealso:: <https://www.php.net/manual/en/book.mysqli.php>
mysql
the MySQL client PHP extension.
- .. seealso:: <https://secure.php.net/manual/en/book.mysql.php>
+ .. seealso:: <https://www.php.net/manual/en/book.mysql.php>
OpenDocument
an open standard for office documents.
@@ -276,7 +276,7 @@ From Wikipedia, the free encyclopedia
Perl Compatible Regular Expressions is the perl-compatible regular
expression functions for PHP
- .. seealso:: <https://secure.php.net/pcre>
+ .. seealso:: <https://www.php.net/pcre>
PHP
short for "PHP: Hypertext Preprocessor", is an open-source, reflective