2017-10-08 16:57:44 +02:00
2017-10-06 12:12:28 -04:00
2012-10-03 01:38:13 -04:00
2017-10-08 16:57:44 +02:00
2012-09-21 11:21:22 -04:00
2012-10-01 08:14:34 -04:00
2012-09-21 11:21:22 -04:00
2012-10-03 01:38:13 -04:00
2017-10-06 12:12:28 -04:00
2017-10-06 12:26:17 -04:00
2012-10-19 09:49:32 -04:00
2012-10-01 08:14:34 -04:00

BITSET
Released under the PHP License 3.01

The BitSet library 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. 

The original functions provided under 1.0 are still available, though deprecated 
as of 2.0 and will be removed under 3.0.

IMPORTANT
---------
Versions 2.0 and higher of this extension require PHP 5.3+

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

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

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

Please report all bugs to the PHP Bug system at http://bugs.php.net/. Choose the 'Bitset' option under 'Packages affected'
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%