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-04-18 18:11:15 +0300
committerMichal Čihař <michal@cihar.com>2016-04-18 18:11:15 +0300
commitdaf5b0d32989569a0bbd40cb6391401c2eb16213 (patch)
tree43e9978d72c0afff74495d8b063941ff739038b9 /doc/require.rst
parent4d00c1ff8d69e75275c2029f7b41cb0159aae615 (diff)
Use php.net to link to their website
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 71e24f83ea..a5e5435c71 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -21,19 +21,19 @@ PHP
("image/jpeg: inline") with their original aspect ratio.
* When using the cookie authentication (the default), the `openssl
- <http://www.php.net/openssl>`_ extension is strongly suggested.
+ <http://php.net/openssl>`_ extension is strongly suggested.
* To support upload progress bars, see :ref:`faq2_9`.
* To support XML and Open Document Spreadsheet importing, you need the
- `libxml <http://www.php.net/libxml>`_ extension.
+ `libxml <http://php.net/libxml>`_ extension.
* To support reCAPTCHA on the login page, you need the
- `openssl <http://www.php.net/openssl>`_ extension.
+ `openssl <http://php.net/openssl>`_ extension.
* To support displaying phpMyAdmin's latest version, you need to enable
``allow_url_open`` in your :file:`php.ini` or to have the
- `curl <http://www.php.net/curl>`_ extension.
+ `curl <http://php.net/curl>`_ extension.
* Performance suggestion: install the ``ctype`` extension.