Skip to content

Tags: pmmp/BinaryUtils

Tags

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
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.

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Binary: avoid overwriting parameter variable in writeUnsignedVarInt/Long this causes misleading outputs in backtraces.

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Remove unused constant 

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
BinaryStream: Explicitly mark get*() methods as impure PHPStan will assume these are pure because they are called 'get' and have a non-void return type.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
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.

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
Binary: Remove unused constants 

0.1.13

Toggle 0.1.13's commit message

Verified

This commit was signed with the committer’s verified signature.
dktapps Dylan T.
composer.json: require ^7.2 || ^8.0 

0.1.12

Toggle 0.1.12's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
phpstan 0.12.40 

0.1.11

Toggle 0.1.11's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
phpstan: go with level 8