Problem/Motivation

Drupal 7 still support PHP 5.3 (https://www.drupal.org/docs/7/system-requirements/php-requirements#php_r...) so the module should not use the "new" array syntax.

Steps to reproduce

Install lazy on a Drupal 7 site with PHP 5.3.

Proposed resolution

The attached patch fixes the one line that uses an incompatible array declaration.

CommentFileSizeAuthor
lazy-php53.patch500 bytesprudloff

Comments

prudloff created an issue. See original summary.

  • osman committed a1988f4 on 7.x-1.x
    Issue #3174501 by prudloff: PHP 5.3 support
    
osman’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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