Usage of PHP's each() function has been deprecated as of PHP 7.2. Views uses this function once, in includes/admin.inc. It can be replaced with key(), current(), and next().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bkosborne created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
Issue tags: -PHP 7.0 (duplicate)
FileSize
1.21 KB
DamienMcKenna’s picture

  • DamienMcKenna committed f398565 on 7.x-3.x
    Issue #2946216 by DamienMcKenna: Remove usage of deprecrated each()...
DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

DamienMcKenna’s picture

Status: Fixed » Needs review
FileSize
749 bytes

Refactored the changes to admin.inc.

  • DamienMcKenna committed 3cc6388 on 7.x-3.x
    Issue #2946216 by DamienMcKenna: Follow up to improve logic in...
DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

bkosborne’s picture

Thank you!

Status: Fixed » Closed (fixed)

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