Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Aug 24, 2013
2 parents 220fa37 + dd39ca8 commit eae2f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/require.rst
Expand Up @@ -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.

Expand All @@ -31,6 +31,8 @@ PHP
with the `libxml <http://www.php.net/libxml>`_
extension.

* Performance suggestion: install the ``ctype`` extension.

.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`

Database
Expand Down

0 comments on commit eae2f1b

Please sign in to comment.