Skip to content

Commit

Permalink
Drop PHP 5.5 support, limit PHP 5.6 to 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Mar 19, 2017
1 parent 22a68bb commit 56740d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/en/00_Getting_Started/00_Server_Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Our web-based [PHP installer](installation/) can check if you meet the requireme

## Web server software requirements

* PHP 5.5 or newer
* PHP 5.6 and PHP 7.0+
* PHP 5.6 support will be dropped in Dec 2018 (see [php.net: Supported Versions](http://php.net/supported-versions.php))
* 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, mysqli (or other database driver), session, simplexml, tokenizer, xml.
Expand Down
3 changes: 2 additions & 1 deletion docs/en/04_Changelogs/4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,8 @@ now generally safer to use the default inherited config, where in the past you w

#### <a name="overview-general-api"></a>General and Core API Additions / Changes

* Minimum PHP version raised to 5.5.0
* Minimum PHP version raised to 5.6 (with support for PHP 7.0+)
* PHP 5.6 support will be dropped in Dec 2018 (see [php.net: Supported Versions](http://php.net/supported-versions.php))
* Minimum CMS browser requirement raised from Internet Explorer 8 to Internet Explorer 10
* Updated PHPUnit from 3.7 to 4.8 ([upgrade notes](https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues)).
Please remove any PHPUnit related `require_once()` calls (e.g. in `FeatureContext`
Expand Down

0 comments on commit 56740d3

Please sign in to comment.