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 3.1.0
(stable)
|
- add support for PHP 8.2 - fix #63315: BitSet::fromArray may modify original array value (cmb) - add type hinting - minor optimizations |