Problem/Motivation

I catched a PHP7.4 notice deprecation
Array and string offset access syntax with curly braces is deprecated in PHP 7.4. Use square brackets instead. Seen for $match[2] {0} in ../apachesolr_views/handlers/apachesolr_views_handler_filter_string.inc 50

See https://wiki.php.net/rfc/deprecate_curly_braces_array_access

Steps to reproduce

Switch to php7.4, check logs

Proposed resolution

I would suggest to apply a patch

Comments

Andrei Haurukovich created an issue. See original summary.

Andrei Haurukovich’s picture

Issue summary: View changes
Andrei Haurukovich’s picture

Issue summary: View changes
Andrei Haurukovich’s picture

Issue summary: View changes
Andrei Haurukovich’s picture

Issue summary: View changes
Andrei Haurukovich’s picture

Andrei Haurukovich’s picture

Status: Active » Needs review

miroslavbanov’s picture

Status: Needs review » Fixed

Fixed, thanks.

Status: Fixed » Closed (fixed)

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