Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

PHP 8 Support #80

Closed zenire closed 3 years ago

zenire commented 3 years ago

Has anyone verified support for PHP 8 already?

maarten-mald-digital commented 3 years ago

Yes please : (

jonasgeiler commented 3 years ago

It doesn't work in PHP 8 with JIT/Opcache enabled for some reason. But just adding ini_set('opcache.enable', '0'); before doing any QR-Code stuff works for me.

vstyler96 commented 3 years ago

Hello! I know this is probably oudated, but actually this package is supported by PHP 8. You just need to have ext-iconv enabled.

zenire commented 3 years ago

Thank you for confirming!