From dd39ca8da0a4de4e8fbbf457651c24f7e6f69066 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Aug 2013 06:22:50 -0400 Subject: [PATCH 1/2] The ctype extension is not required but only suggested for performance --- doc/require.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/require.rst b/doc/require.rst index e7c5350d9a..935dc117d9 100644 --- a/doc/require.rst +++ b/doc/require.rst @@ -13,7 +13,7 @@ PHP --- * You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP Library - (SPL) extension, JSON support, and the ``mbstring`` and ``ctype`` extensions. + (SPL) extension, JSON support, and the ``mbstring`` extension. * To support uploading of ZIP files, you need the PHP ``zip`` extension. @@ -31,6 +31,8 @@ PHP 5.2.17 or newer and the `libxml `_ extension. +* Performance suggestion: install the ``ctype`` extension. + .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes` Database From 94a309b077fd67631daeaf55414ddbc4a5473fa8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 24 Aug 2013 06:30:01 -0400 Subject: [PATCH 2/2] We are already talking about PHP, no need to mention it --- doc/require.rst | 5 ++--- 1 file 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 `_ - extension. +* To support XML and Open Document Spreadsheet importing, you need the + `libxml `_ extension. * Performance suggestion: install the ``ctype`` extension.