Changelog for Bitset |
Release |
What has changed? |
3.2.0 |
- fix BitSet::fromArray() to allow setting bit 0
- add BitSet::fromInteger() and BitSet::toInteger() |
3.1.0 |
- add support for PHP 8.2
- fix #63315: BitSet::fromArray may modify original array value (cmb)
- add type hinting
- minor optimizations |
3.0.1 |
- Fixed out of bounds bug (thanks kgodet) |
2.0.4 |
- Fixed out of bounds bug (thanks kgodet)
- Fixed fromRawValue missing offset |
3.0.0 |
- Upgraded API to PHP 7.0
- Removed deprecated functions |
2.0.3 |
- Updated PHP version info |
2.0.2 |
- Fixed issue (Github #9) BitSet::clear(0) should clear the first bit only (credits @aurora)
- Cleaned up warnings from old code
- Added fromRawValue method (Github #6) (credits @aurora) |
2.0.1 |
- Added new BitSet class
- Deprecated bitset_* functions
- Fixed tests with incorrect EXPECTs
- Removed support for PHP versions less than 5.3
- Fixed issue (Github #7) BitSet::set(0) should set the first bit only (credits @aurora) |
2.0 |
- Added new BitSet class
- Deprecated bitset_* functions
- Fixed tests with incorrect EXPECTs
- Removed support for PHP versions less than 5.3 |
1.0.1 |
- Fixed build in PHP 5.3+ |
1.0 |
First official stable release of Bitset
|