Bitset

pecl install Bitset

BITSET extension

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.

Maintainer

  • Will Fitch (lead )
  • Remi Collet (lead )
  • Alexander Veremyev (lead )

Details

Stars: 16
Downloads: 119809
2.0.1
9 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
PHP 5.4
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 2.0.1 change log


- Added new BitSet class
- Deprecated bitset_* functions
- Fixed tests with incorrect EXPECTs
- Removed support for PHP versions less than 5.3
- Fixed issue (Github #7) BitSet::set(0) should set the first bit only (credits @aurora)

requires:

  • php >=5.3.0
  • pearinstaller >=1.4.0