Skip to content

remicollet/pecl-numbers-bitset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.0%
  • PHP 40.8%
  • JavaScript 0.2%