Problem/Motivation

Using PHP 8.2 I get the following warnings in my log:
"Using ${var} in strings is deprecated, use {$var} instead."

Issue fork lazy-3340222

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Zsuffa Dávid created an issue. See original summary.

Zsuffa Dávid’s picture

Status: Active » Needs review
StatusFileSize
new3.7 KB

Patch attached.

dpi’s picture

Issue tags: -deprecated +PHP 8.2
urvashi_vora’s picture

Assigned: Unassigned » urvashi_vora

hchonov’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new519 bytes
new3.7 KB

The patch had only one small issue with a double dollar sign. I fixed it and I feel comfortable RTBCing this small issue.

urvashi_vora’s picture

Assigned: urvashi_vora » Unassigned

Unassigning.

  • osman committed 51100a3c on 8.x-3.x authored by hchonov
    Issue #3340222 by hchonov, Zsuffa Dávid: php 8.2 deprecations warnings
    
osman’s picture

Status: Reviewed & tested by the community » Fixed

Thanks Hristo, and everyone : )

osman’s picture

Status: Fixed » Closed (fixed)
taran2l’s picture

@osman, can you tag a new release ? 3.12 does not contain this fix. thanks

jddh’s picture

Can this please be released? 3.12 throws these warnings all over the place.

nikral’s picture

Hello @osman,
Do you have any news for the release please?
The latest tag does not yet contain this fix
Thanks

socialnicheguru’s picture

Just to note for others. this is in dev not the main version even if they have the saem date.