mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #2848 from nedmas/patch-2
Requirement documentation of MySQL driver
This commit is contained in:
commit
5ec6cacf60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user