summaryrefslogtreecommitdiff
path: root/ext/gmp/php_gmp_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning of strict-prototypestwosee2020-06-071-1/+1
| | | | Closes GH-5673.
* Fix visibilityAnatol Belski2017-10-231-1/+9
|
* Make GMP more usable by third-party extensions.Sara Golemon2017-10-091-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.