From 013182e19becef9a733bae7d5577d3393dc4da56 Mon Sep 17 00:00:00 2001 From: Damian Crawford Date: Mon, 26 Jan 2015 10:01:04 +0000 Subject: [PATCH] Update requirements.rst Help users to check if curl, mbstring and xml are installed by running php -m --- doc/requirements.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/requirements.rst b/doc/requirements.rst index 841eaac3..85f61586 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -16,6 +16,10 @@ Meet the system requirements * `curl `_ * `mbstring `_ * `xml `_ + + Check your current modules by running:: + + php -m 2. Check for Java::