| » Version | » Information |
|---|---|
| 0.3 | 2003-10-21 stable |
| 0.2 | Download Release date: 2002-12-13 13:04 UTC Release state: stable Changelog: The maximum number that can be used is different per platform. If your long (int4) integer is too short and your platform doesn't provide int8 (64-bit) integers, try converting your numbers to a double. Doubles are also 8-bytes. This way you can use int8 integers. You may want to run the integer-test.php test script to check whether your platform supports int8. |
| 0.1 | 2002-12-12 stable |