wernerkrauss/silverstripe-3-php7

There is no license information available for the latest version (0.1.0) of this package.

Installs: 1 319

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 3

Forks: 1

Open Issues: 0

Type:silverstripe-module

0.1.0 2016-10-27 12:40 UTC

This package is auto-updated.

Last update: 2024-04-21 20:43:36 UTC


README

Composer installable patch to get SilverStripe 3 running on PHP7

Installs a patch (basically https://github.com/lekoala/silverstripe-327 and some minor changes by Mark Guinn, see https://github.com/markguinn/silverstripe-framework/tree/patch-3-327) via composer, so you can run SilverStripe 3.2+ on PHP7.

Uses composer plugin https://github.com/netresearch/composer-patches-plugin to install the patch after a composer install

##Installation

Simply run

composer require wernerkrauss/silverstripe-3-php7:^0.1.0,

then change your server to run PHP7 and enjoy the speed it provides.

Note for upgrading to SilverStripe 3.6+

As SilverStripe 3.6 runs on PHP7 out of the box, this patch isn't needed any more. You can safely uninstall it and enjoy the speed of PHP7.0