bitcoin-php icon indicating copy to clipboard operation
bitcoin-php copied to clipboard

compatibility for ArrayAccess interface

Open arismarioneves opened this issue 1 year ago • 1 comments

fix: add PHP 8.1+ compatibility for ArrayAccess interface

  • Add return type declarations and ReturnTypeWillChange attribute
  • Update ArrayAccess interface implementation in Opcodes class
  • Maintain backward compatibility with PHP 7.x

arismarioneves avatar Jan 03 '25 15:01 arismarioneves

This repo is unmaintained, we maintain a fork working with modern PHP there: https://github.com/ProtonMail/bitcoin-php

BafS avatar May 22 '25 08:05 BafS