[Bug 272939] php81-pear-htmlpurifier-4.9.2_1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Aug 2023 15:12:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272939

            Bug ID: 272939
           Summary: php81-pear-htmlpurifier-4.9.2_1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: joel@tahoestores.com

Generates a PHP fatal error: Array and string offset access syntax with curly
braces is no longer supported

code:

           $in = ord($str{$i});

suggested fix:

           $in = ord($str[$i]);

-- 
You are receiving this mail because:
You are the assignee for the bug.