Not sure how much anyone cares as PHP 5.3 has reached end of life (although many servers likely still running it and Drupal 7 is listed as requiring only 5.2); but...

due to this line of code in the 2.x branch in the file views_plugin_pager_infinite_scroll.inc

    return t('Infinite Scroll: @parent', ['@parent' => parent::summary_title()]);

2.x will not run with any version of PHP below 5.4

Comments

liquidcms created an issue. See original summary.

sam152’s picture

Great point. I agree this should be fixed.

szeidler’s picture

Status: Active » Needs review
StatusFileSize
new548 bytes

Here is a patch, that replaces the array PHP 5.4 shorthand with the usual one.
We use it already internal here on a legacy production server, but it always feels bad in 2016 :)

sam152’s picture

  • Sam152 committed 2dc53b3 on 7.x-2.x authored by szeidler
    Issue #2683835 by szeidler, Sam152, liquidcms: 2.x branch won't work...
sam152’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.