JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 97 forks source link

PHPThumb needs syntax update #145

Closed sashabeep closed 4 years ago

sashabeep commented 4 years ago

Using php 7.4.1

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.functions.php:219
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.functions.php:1019
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.class.php:585
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.class.php:1438
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.class.php:1278
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.class.php:1271
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in .../snippets/phpthumb/phpthumb.class.php:1261
opengeek commented 4 years ago

Pull requests #146 and #147 address these issues of using array and string offset access with curly braces syntax. @JamesHeinrich, can we please get this merged and a release out? This is way overdue considering 7.4 has been released for quite a while now.

JamesHeinrich commented 4 years ago

Pull requests 146/147 have been merged (sorry, I was on vacation until today with no internet access).