Aaron Cooper e372e52e93
FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826)
PHP 7.3+ issues a warning when continue; is used inside a switch statement, as it has the same behaviour as break; HTMLBBCodeParser.php had such a continue; statement that is intended to skip to the the next record of the foreach that the switch sits inside. continue 2; needs to be used here.
2021-01-19 15:05:28 +13:00
2020-06-30 11:14:16 +12:00
2018-06-05 10:30:18 +12:00
2014-08-19 09:17:15 +12:00
2020-08-26 19:44:11 +01:00
2020-04-01 14:03:03 +01:00
2020-04-01 14:03:03 +01:00
2016-03-20 14:51:19 -07:00
2020-06-30 11:14:16 +12:00
2018-01-30 16:50:32 +00:00
2018-01-30 16:50:32 +00:00
2016-09-14 11:39:00 +01:00
2012-11-06 13:23:20 +13:00
2020-04-01 14:03:03 +01:00
2017-12-07 13:20:58 +13:00
2015-07-09 10:11:00 +12:00
2016-01-07 10:15:54 +13:00
2018-03-27 11:49:04 +01:00
2015-05-11 12:01:30 +12:00

SilverStripe Framework

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Dependency Status Reference Status

PHP5 framework forming the base for the SilverStripe CMS (https://silverstripe.org). Requires a silverstripe-installer base project. Typically used alongside the cms module.

Installation

See installation on different platforms, and installation from source.

Bugtracker

Bugs are tracked on github.com. Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.

Attribution

Description
No description provided
Readme 162 MiB
Languages
PHP 99.4%
Scheme 0.5%