Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning of strict-prototypes | twosee | 2020-06-07 | 1 | -1/+1 |
| | | | | Closes GH-5673. | ||||
* | Fix visibility | Anatol Belski | 2017-10-23 | 1 | -1/+9 |
| | |||||
* | Make GMP more usable by third-party extensions. | Sara Golemon | 2017-10-09 | 1 | -0/+31 |
Export a PHPAPI function to return gmp_ce (and make the actual storage static). Provide gmp_object struct in header w/ inline accessor. Install php_gmp_int.h header. Remove unnecessary `#ifdef HAVE_GMP` checks. |