Deprecated

46 views
Skip to first unread message

toto

unread,
Jan 28, 2020, 3:55:50 PM1/28/20
to htmlpurifier
Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\....\vendor\htmlpurifier\library\HTMLPurifier\Encoder.php on line 162

Test on PHP 7.4

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

instead of:

$in = ord($str[$i]);
Reply all
Reply to author
Forward
0 new messages