BITSET library
Bitsets manipulation library
License: PHP
Version | Release | Download |
3.0.1 | 2017-10-06 | bitset-3.0.1.tgz |
3.0.0 | 2016-03-01 | bitset-3.0.0.tgz |
2.0.4 | 2017-10-06 | bitset-2.0.4.tgz |
2.0.3 | 2016-02-29 | bitset-2.0.3.tgz |
2.0.2 | 2016-02-26 | bitset-2.0.2.tgz |
Version | Message |
3.0.1 | - Fixed out of bounds bug (thanks kgodet) |
3.0.0 |
- Upgraded API to PHP 7.0 - Removed deprecated functions |
2.0.4 |
- Fixed out of bounds bug (thanks kgodet) - Fixed fromRawValue missing offset |
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) |