algo26-matthias / idna-convert

Pure PHP IDNA Converter
http://idnaconv.net
GNU Lesser General Public License v2.1
66 stars 23 forks source link

Refactor deprecated array/string accessor syntax {} to [] #34

Closed blakethepatton closed 3 years ago

blakethepatton commented 3 years ago

For error @ PHP8 PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /idna-convert/src/UnicodeTranscoder.php on line 206

"jsmitty12/phpwhois" is affected.

Copy of #31 without whitespace or .gitignore changes

blakethepatton commented 3 years ago

@glensc I've gone ahead and remove the whitespace and .gitignore changes from #31

algo26-matthias commented 3 years ago

Thanks, @blakethepatton

blakethepatton commented 3 years ago

Glad I could help.