Skip to content

Commit

Permalink
DOCS Updated PHP compat statement
Browse files Browse the repository at this point in the history
We've made 3.7 compat with PHP 7.4, see https://docs.silverstripe.org/en/4/changelogs/3.7.4/.
We're no longer testing any PHP 5.x on this release line via Travis, and all of those are EOL. So we shouldn't claim support either.
  • Loading branch information
chillu committed May 24, 2021
1 parent 39c73e5 commit d566299
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/en/00_Getting_Started/00_Server_Requirements.md
Expand Up @@ -14,7 +14,7 @@ Our web-based [PHP installer](installation/) can check if you meet the requireme

## Web server software requirements

* PHP 5.3.3+, <=7.3
* PHP 7.1 or newer (no support for PHP 8)
* We recommend using a PHP accelerator or opcode cache, such as [xcache](http://xcache.lighttpd.net/) or [WinCache](http://www.iis.net/download/wincacheforphp).
```
* Note: Some PHP 5.5+ packages already have [Zend OpCache](http://php.net/manual/en/book.opcache.php) installed by default. If this is the case on your system, do not try and run additional opcaches alongside Zend OpCache without first disabling it, as it will likely have unexpected consequences.
Expand Down Expand Up @@ -43,9 +43,6 @@ Our web-based [PHP installer](installation/) can check if you meet the requireme
* Microsoft Windows XP SP3, Vista, Windows 7, Server 2008, Server 2008 R2
* Mac OS X 10.4+

### Does SilverStripe 3 work with PHP 7.3+?
SilverStripe 3.7.3 or greater will work with PHP 7.2 and 7.3. Silverstripe 3.6.x is compatible with PHP 7.0 and 7.1, and SilverStripe 3.5 or lower will only work with PHP 5.3 - 5.6.

## Web server hardware requirements

Hardware requirements vary widely depending on the traffic to your website, the complexity of its logic (i.e., PHP), and
Expand Down

0 comments on commit d566299

Please sign in to comment.