TopShelfCraft / Wordsmith

A plugin for Craft CMS to help you manage and manipulate text.
Other
30 stars 20 forks source link

Array and string offset access syntax with curly braces is no longer supported #45

Closed gixxy22 closed 2 years ago

gixxy22 commented 3 years ago

in /vendor/topshelfcraft/wordsmith/src/libs/FullNameParser.phpat line 476

return ((mb_strlen($word) == 1) || (mb_strlen($word) == 2 && $word{1} == "."));

curly braces are no longer supported in PHP8

gixxy22 commented 3 years ago

theres a few other lines where curly braces are used in that file too.

michaelrog commented 3 years ago

Thanks for bringing this up. Will get an 8.0-friendly update out.