mirror of
https://github.com/php/pecl-numbers-bitset.git
synced 2026-03-23 23:42:23 +01:00
PHP-7
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
Languages
C
70.5%
PHP
28.7%
M4
0.5%
JavaScript
0.3%