defuse / php-encryption

Simple Encryption in PHP.
MIT License
3.79k stars 307 forks source link

PHP 8: Invalid opcode 117/2/0. at vendor/defuse/php-encryption/src/Core.php:412 #466

Closed wshafer closed 3 years ago

wshafer commented 3 years ago

When upgrading to PHP 8 the following error occurs:

Invalid opcode 117/2/0. at vendor/defuse/php-encryption/src/Core.php:412

This appears to be a PHP bug and I have submitted a bug upstream: https://bugs.php.net/bug.php?id=80519

Submiting a PR that will correct this until the bug is fixed is upstream

wshafer commented 3 years ago

Duplicate of #464