Comments

joseph.olstad created an issue. See original summary.

joseph.olstad’s picture

Apparently one known item remaining:
#2947772-60: Fully support PHP 7.2 in Drupal 7

@ "includes/theme.inc" file.
- $links = $variables['links'];
+ $links = (array) $variables['links'];

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new486 bytes

Should $attributes be changed too?

joseph.olstad’s picture

damienmckenna’s picture

StatusFileSize
new554 bytes
new450 bytes

With $attributes too.

joseph.olstad’s picture

Assigned: joseph.olstad » Unassigned
Issue tags: +Drupal 7.60 target

Thanks Damien!

pol’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs framework manager review, +Pending Drupal 7 commit

Thanks guys !

Pushing this forward now.

fabianx’s picture

Lets get this in.

pol’s picture

Title: Fully support php 7.2 in Drupal core, catch all issue. » PHP 7.2 compatibility - make sure some variables are arrays in theme_links().
pol’s picture

pol’s picture

  • Fabianx committed 083a4ec on 7.x
    Issue #2996519 by DamienMcKenna, joseph.olstad, Pol: PHP 7.2...
fabianx’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 7.x. Thanks all!

joseph.olstad’s picture

Thanks for the creds! :)
Woot! Yet another core commit!

Status: Fixed » Closed (fixed)

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

joseph.olstad’s picture

Issue tags: -Drupal 7.60 target, -Pending Drupal 7 commit +Drupal 7.61 target

Bumping to 7.61. This didn't make it into 7.60.

Although it is currently in the 7.x branch