picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.67k stars 402 forks source link

In PHP 7.4.26 error "Array and string offset access syntax with curly braces is deprecated" #147

Closed slavanb closed 2 years ago

slavanb commented 2 years ago

In PHP 7.4.26 Array and string offset access syntax with curly braces is deprecated

error BarcodeGenerator.php at line 293

in In PHP 7.4.24 - work norm.

joeybab3 commented 2 years ago

What version of the library are you using, this has been fixed for a while according to the comments in #98. It has also been asked before a few times, such as in #105, #112, #114, and #127. All of those were solved by updating the library so it's likely you have an old version of the library installed.