diff --git a/doc/require.rst b/doc/require.rst index 35dc229790..9d90752e2d 100644 --- a/doc/require.rst +++ b/doc/require.rst @@ -13,7 +13,7 @@ PHP --- * You need PHP 5.3.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 with the `libxml `_ extension. +* Performance suggestion: install the ``ctype`` extension. + .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes` Database