Deprecated code in PHP 8.2

Created on 3 November 2023, about 1 year ago
Updated 17 May 2024, 6 months ago

Problem/Motivation

After upgrading PHP to 8.2 I got several deprecated notices:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 216

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 304

Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 304

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 305

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 312

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 314

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/docroot/modules/contrib/lazy/lazy.module on line 314

🐛 Bug report
Status

Closed: duplicate

Version

3.0

Component

Code

Created by

🇧🇷Brazil pfeiffer

Live updates comments and jobs are added and updated live.
  • PHP 8.2

    The issue particularly affects sites running on PHP version 8.2.0 or later.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024