Package Information |
Summary |
BITSET extension |
Maintainers |
Remi Collet (lead)
[details]
Will Fitch <
willfitch at php dot net >
(lead)
[details]
|
License |
PHP-3.01 |
Description |
The BitSet extension assists by providing a mechanism to manage sets of bits.
This provides a similar API (object-based) to java.util.BitSet with some PHP-specific flavoring. |
Release notes
Version 2.0.2
(stable)
|
- 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) |