BinaryUtils
BinaryUtils copied to clipboard
PHP library containing classes and methods for conveniently handling binary strings
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.0 to 2.30.4. Release notes Sourced from shivammathur/setup-php's releases. 2.30.4 Changelog Fixed support for sqlsrv and pro_sqlsrv on Windows (https://github.com/shivammathur/setup-php/discussions/835). Fixed a permissions issue for brew on...
The current code accepts any non-zero value for `true` and 0 for `false`, but if a value outside of the range 0-1 is encountered, it most likely indicates corrupted data...
A lot of types are missing signed vs unsigned readers, and it isn't clear whether the existing methods return signed or unsigned values in a lot of cases. This is...
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.11.3 Improvements 🔧 Add new *ParameterClosureTypeExtension (#3089), thanks @canvural! DynamicFunctionReturnTypeExtension for the get_debug_type function...