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:
authorMarc Delisle <marc@infomarc.info>2013-08-24 14:30:01 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-24 14:30:01 +0400
commit94a309b077fd67631daeaf55414ddbc4a5473fa8 (patch)
tree4fa99e62d51751b952672d31c05cf89cd5022012 /doc/require.rst
parenteae2f1bc28ed9750210cc08675289789bbb2c879 (diff)
We are already talking about PHP, no need to mention it
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 9d90752e2d..e84e107404 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -27,9 +27,8 @@ PHP
* To support upload progress bars, see :ref:`faq2_9`.
-* To support XML and Open Document Spreadsheet importing, you need PHP
- with the `libxml <http://www.php.net/libxml>`_
- extension.
+* To support XML and Open Document Spreadsheet importing, you need the
+ `libxml <http://www.php.net/libxml>`_ extension.
* Performance suggestion: install the ``ctype`` extension.