AnimGif icon indicating copy to clipboard operation
AnimGif copied to clipboard

Removed curly brace array access for > PHP 7.4 use

Open mattkirwan opened this issue 4 years ago • 2 comments

As outlined in the RFC - https://wiki.php.net/rfc/deprecate_curly_braces_array_access

array access via curly braces is now deprecated.

And for people searching this issue in the future:

ErrorException: Array and string offset access syntax with curly braces is deprecated in AnimGif.php:206

mattkirwan avatar Sep 09 '20 16:09 mattkirwan

I ran into the same issue, would be great if this could be merged

yannickl88 avatar Nov 23 '20 20:11 yannickl88

@yannickl88 Meanwhile you can get it from https://github.com/mattkirwan/AnimGif/tree/patch-1

VarunAgw avatar Jan 21 '21 13:01 VarunAgw