binpack 1.0.1

binpack for PHP.


The php implementation for BINPACK.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Changes

- add version info
- fix bug: array index which is lower than 0 will not encode correctly in i386
- fix bug: value of integer greater than LONG_MAX using BIN_LONG_MAX instead of LONG_MAX
- Make the tests passed on both i386 and x86_64. Thank you remicollet.