summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+1
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-083-5/+17
* Replace zend_bool uses with boolNikita Popov2021-01-152-6/+6
* Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-043-0/+86
* Fix newly added GMP testNikita Popov2021-01-041-1/+1
* Fix GMP comparison object handlerGeorge Peter Banyard2021-01-042-1/+29
* Throw ValueError instead of TypeError for malformed GMP numberNikita Popov2021-01-0419-60/+60
* Fix #80560: Strings containing only a base prefix return 0 objectGeorge Peter Banyard2020-12-302-3/+225
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-152-2/+6
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-152-2/+6
| |\
| | * Fix leak in gmp_export()Nikita Popov2020-10-152-2/+6
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1444-49/+49
* | | Update gmp+bcmath parameter namesNikita Popov2020-09-2942-201/+199
* | | Run tidyNikita Popov2020-09-182-14/+14
* | | Accept GMP|string|int union in GMP functionsNikita Popov2020-09-1636-332/+275
* | | Remove unused GMP_ABS() macroNikita Popov2020-09-161-1/+0
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-092-0/+2
* | | Promote various warnings to Error in GMP extensionGeorge Peter Banyard2020-08-0752-944/+1290
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-302-7/+7
* | | Remove proto comments from C filesMax Semenik2020-07-061-120/+60
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Fix warning of strict-prototypestwosee2020-06-072-2/+2
* | | Promote warning related to operator overloading in ext/gmp to an exceptionMáté Kocsis2020-05-256-25/+82
* | | Fix function signature mismatches in GMPNikita Popov2020-04-151-46/+88
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-10/+10
* | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-054-111/+111
* | | Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+1
* | | Change argument error message formatMáté Kocsis2020-02-263-4/+4
* | | Make type error messages more consistentMáté Kocsis2020-02-173-4/+4
* | | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-2/+3
* | | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-3/+2
* | | Reindent phpt filesNikita Popov2020-02-039-74/+74
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensionsMáté Kocsis2019-12-311-36/+36
* | | Add union return types with one classMáté Kocsis2019-11-182-107/+58
* | | Add union return types for function stubsMáté Kocsis2019-11-112-80/+59
* | | Comparison cleanup:Dmitry Stogov2019-10-071-5/+7
* | | Fix required number of arguments in stubsNikita Popov2019-10-072-2/+2
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | Merge branch 'PHP-7.4'Remi Collet2019-09-201-1/+1
|\ \ \ | |/ /
| * | Fixed bug #78574 (broken shared build)Remi Collet2019-09-201-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-061-16/+18
|\ \ \ | |/ /
| * | Fix detection of gmp on clangNikita Popov2019-09-061-16/+18
* | | Fix typo in typeNikita Popov2019-09-021-1/+1
* | | Add ext/gmp stubsChristoph M. Becker2019-08-253-131/+511
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-181-1/+0
|\ \ \ | |/ /
| * | Remove unused definesPeter Kokot2019-07-181-1/+0