silverstripe-framework/core
Sam Minnee f224849cc6 FIX: Don’t use SplFixedArray in PHP 7.
PHP 7 seems to suffer a segfault when using SplFixedArray. Since LRU is
deprecated anyway, I’m not too fussed about getting to the bottom of
this issue, however, if it turns out that SplFixedArray is corrected in
PHP 7.0.0 stable or a future patch release, we could update this check.
2017-04-05 11:05:28 +10:00
..
manifest Merge branch '3.4' into 3.5 2017-02-20 21:31:09 +00:00
startup Merge 3.3 into 3 2016-05-18 17:29:30 +12:00
ArrayLib.php Do not hang on nested parameters in search context 2015-09-23 09:12:02 +02:00
ClassInfo.php BUG Fix regression in aggregate column lookup from #6199 2016-11-10 11:13:02 +13:00
Config.php FIX: Don’t use SplFixedArray in PHP 7. 2017-04-05 11:05:28 +10:00
Constants.php remove FRAMEWORK_PATH and namespace IPUtils 2016-12-15 11:10:47 +00:00
Convert.php API Convert::raw2json can be passed an optional bitmask of JSON constants as options 2017-01-24 13:27:16 +13:00
Core.php NEW: PHP 7 compatibility 2017-04-05 11:00:04 +10:00
DAG.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Diff.php NEW: PHP 7 compatibility 2017-04-05 11:00:04 +10:00
Extension.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Flushable.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
HTMLCleaner.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Object.php Merge branch '3.4' into 3 2016-10-16 22:56:37 +01:00
PaginatedList.php Fixed a pagination bug 2016-12-19 14:54:06 +00:00
TempPath.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00