Remi Collet 43c270a08b Reapply "back to dev"
This reverts commit a6bcef9a7f.
2025-09-18 08:11:26 +02:00
2023-05-26 08:03:25 +02:00
2024-10-10 10:18:03 +02:00
2023-05-26 15:54:12 +02:00
2012-09-21 11:21:22 -04:00
2025-09-18 08:08:34 +02:00
2012-10-01 08:14:34 -04:00
2012-09-21 11:21:22 -04:00
2023-05-25 15:18:07 +02:00
2025-09-18 08:11:26 +02:00
2025-09-18 08:11:26 +02:00
2023-05-25 15:18:07 +02:00
2016-02-29 20:50:23 -05:00

BITSET
Released under the PHP License 3.01

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.


IMPORTANT
---------
Versions 3.0 and higher of this extension require PHP 7+


COMPILATION
-----------

- Uncompress the tarball or clone the git repository
- Run phpize
- Run ./configure [--enable-bitset]
- Run make, then make install.
- Add the extension loading directive to your php.ini
	extension=bitset.so


INSTALLATION FROM PECL
----------------------

- pecl install bitset


REPORTING BUGS
--------------

Please report all bugs at https://github.com/php/pecl-numbers-bitset/issues
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:23:45.638Z
Readme 209 KiB
Languages
C 70.5%
PHP 28.7%
M4 0.5%
JavaScript 0.3%