Version | Message |
2.0.3 |
- Fix bug in stats_stat_binomial_coef which causes segfault in some environments - Fix bug in stats_stat_factorial which leads infinite loop in some cases - stats_stat_factorial returns immediately when the value are reached to +INF - Change supported version to PHP 5.3 or higher |
2.0.2 | Fixed bugs (see tests for details) |
2.0.1 | Update License to PHP 3.1, fixes #65884 |
2.0.0 | PHP 7 Support |
1.0.5 |
- Fix bug in stats_stat_binomial_coef which causes segfault in some environments - Fix bug in stats_stat_factorial which leads infinite loop in some cases - stats_stat_factorial returns immediately when the value are reached to +INF - Change supported version to PHP 5.3 or higher |
1.0.4 | Fixed bugs (see tests for details) |
1.0.3 | Release fixed for PHP 5.4 |
1.0.2 |
Added fd_lgamma from FDLibM, so now all functions are also available on Windows. Previously some were disabled because Microsoft does not ship lgamma with their C library. |
1.0.1 | - Shared module build fixed |