Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php/pecl-numbers-bitset
https://github.com/php/pecl-numbers-bitset
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/php/pecl-numbers-bitset
- Owner: php
- License: other
- Created: 2012-09-21T02:02:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T13:54:17.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:53:29.032Z (7 months ago)
- Language: C
- Size: 160 KB
- Stars: 15
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
BITSET
Released under the PHP License 3.01The 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.soINSTALLATION FROM PECL
----------------------- pecl install bitset
REPORTING BUGS
--------------Please report all bugs at https://github.com/php/pecl-numbers-bitset/issues