Closed deg-pl closed 2 years ago
With this gist: https://gist.github.com/mathiasverraes/3096500 I checked all files. Only OAUthSignatureMethod was using curly braces.
One more issue: create_function() has been deprecated as of PHP 7.2, and removed as of PHP 8.0
Problems fixed. I hope I can close this issue.
From PHP 7.4 array and string offset access syntax with curly braces is deprecated. In PHP8.0 it gives an fatal error: