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>2016-10-18 12:13:22 +0300
committerMichal Čihař <michal@cihar.com>2016-10-18 12:13:24 +0300
commit75a5fde46dbc5e880f86d8daf4a790406dd40561 (patch)
treee7b4e671c0883237e0824b56eda007cfb79c877d /doc/glossary.rst
parent4747bdadebf5f7b18eb89dcfe5811d987a3ede73 (diff)
Use secure.php.net for PHP documentation links
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
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 29cc29372e..1d367911c2 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -213,7 +213,7 @@ From Wikipedia, the free encyclopedia
If you have troubles installing this extension, please follow :ref:`faqmysql`, it provides useful hints.
- ..seealso:: <https://php.net/manual/en/book.mbstring.php>
+ ..seealso:: <https://secure.php.net/manual/en/book.mbstring.php>
MCrypt
a cryptographic library.
@@ -223,7 +223,7 @@ From Wikipedia, the free encyclopedia
mcrypt
the MCrypt PHP extension.
- .. seealso:: <https://php.net/mcrypt>
+ .. seealso:: <https://secure.php.net/mcrypt>
MIME
Multipurpose Internet Mail Extensions is
@@ -248,12 +248,12 @@ From Wikipedia, the free encyclopedia
mysqli
the improved MySQL client PHP extension.
- .. seealso:: <https://php.net/manual/en/book.mysqli.php>
+ .. seealso:: <https://secure.php.net/manual/en/book.mysqli.php>
mysql
the MySQL client PHP extension.
- .. seealso:: <https://php.net/manual/en/book.mysql.php>
+ .. seealso:: <https://secure.php.net/manual/en/book.mysql.php>
OpenDocument
open standard for office documents.
@@ -281,7 +281,7 @@ From Wikipedia, the free encyclopedia
Perl Compatible Regular Expressions is the perl-compatible regular
expression functions for PHP
- .. seealso:: <https://php.net/pcre>
+ .. seealso:: <https://secure.php.net/pcre>
PHP
short for "PHP: Hypertext Preprocessor", is an open-source, reflective