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>2014-03-20 12:39:07 +0400
committerMichal Čihař <michal@cihar.com>2014-03-20 12:39:07 +0400
commitedcd09ca1bb260c747e7196244d8057089ca14ad (patch)
treee9b9a2c04ff4be2f1d9046818629394095015298 /doc/require.rst
parentd559fa6a2164870f0db0c92b3c60d8b5dda3c3d2 (diff)
Remove trailing whitespace from the documentation
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 4582d72869..377128b005 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -12,7 +12,7 @@ web server (such as Apache, :term:`IIS`) to install phpMyAdmin's files into.
PHP
---
-* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
+* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
(SPL) extension, JSON support, and the ``mbstring`` extension.
* To support uploading of ZIP files, you need the PHP ``zip`` extension.
@@ -27,7 +27,7 @@ PHP
* To support upload progress bars, see :ref:`faq2_9`.
-* To support XML and Open Document Spreadsheet importing, you need the
+* To support XML and Open Document Spreadsheet importing, you need the
`libxml <http://www.php.net/libxml>`_ extension.
* Performance suggestion: install the ``ctype`` extension.
@@ -37,7 +37,7 @@ PHP
Database
--------
-phpMyAdmin supports MySQL-compatible databases.
+phpMyAdmin supports MySQL-compatible databases.
* MySQL 5.5 or newer
* MariaDB 5.5 or newer