Tags: pmmp/BinaryUtils
Tags
Revert "BinaryStream: add PHPStan type hint for get() parameter" This reverts commit 22ac3f1. This doc comment turned out to be very inconvenient and would require propagating signed/unsigned types everywhere. Considering we're in the process of phasing out this library anyway, it doesn't make much sense to introduce this inconvenience everywhere.
Bump shivammathur/setup-php from 2.24.0 to 2.29.0 (#86) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.24.0 to 2.29.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.24.0...2.29.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
BinaryStream: revert usage of typed properties the main reason for this is a massive performance loss because of https://bugs.php.net/bug.php?id=81090, but the offset field also has some problems with JIT because of references - those problems won't be fixed until 8.0.7.
PreviousNext