khanamiryan / php-qrcode-detector-decoder

This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Apache License 2.0
1.36k stars 323 forks source link

does not work on php 7.4 - Array and string offset access syntax with curly braces is deprecated #90

Open miklcct opened 4 years ago

miklcct commented 4 years ago

ErrorException: Array and string offset access syntax with curly braces is deprecated

/var/www/vendor/khanamiryan/qrcode-detector-decoder/lib/Common/BitMatrix.php:42

antonioribeiro commented 3 years ago

@miklcct , this is huge, it's broken on PHP 7.4. It was reported 6 months ago, are you planning to fix it?