From f2568f8489303b7cdeb63e2f7234ab295acb9c64 Mon Sep 17 00:00:00 2001 From: Tom Densham Date: Fri, 14 Feb 2014 13:29:54 +0000 Subject: [PATCH] FIX Requirement documentation of MySQL driver Currently the documentation states that the `mysql` module for PHP is required, however as of #84 (over 2 years ago) this is no longer the case and the required module is now `mysqli`. --- docs/en/installation/server-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/server-requirements.md b/docs/en/installation/server-requirements.md index d735e5b98..f8c45ba96 100644 --- a/docs/en/installation/server-requirements.md +++ b/docs/en/installation/server-requirements.md @@ -11,7 +11,7 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme * PHP 5.3.2+ * We recommend using a PHP accelerator or opcode cache, such as [xcache](http://xcache.lighttpd.net/) or [WinCache](http://www.iis.net/download/wincacheforphp). * Allocate at least 48MB of memory to each PHP process. (SilverStripe can be resource hungry for some intensive operations.) - * Required modules: dom, gd2, fileinfo, hash, iconv, mbstring, mysql (or other database driver), session, simplexml, tokenizer, xml. + * Required modules: dom, gd2, fileinfo, hash, iconv, mbstring, mysqli (or other database driver), session, simplexml, tokenizer, xml. * Recommended configuration safe_mode = Off