summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Avoid uninitialized variable warnings in gmpNikita Popov2019-04-121-9/+6
* Adjust tests for zpp TypeError changeNikita Popov2019-03-1142-366/+25
* Merge branch 'PHP-7.4'Peter Kokot2019-03-071-2/+4
|\
| * Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-16/+14
* | Merge branch 'PHP-7.4'Peter Kokot2019-02-032-17/+0
|\ \ | |/
| * Remove local variablesPeter Kokot2019-02-032-17/+0
| * Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | gmp_random() was removedDmitry Stogov2019-01-311-232/+0
* | Remove year range from copyright noticeZeev Suraski2019-01-302-2/+2
* | Remove deprecated gmp_random() functionNikita Popov2019-01-283-193/+48
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
* Trim trailing whitespace in testsGabriel Caruso2018-10-1444-49/+49
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Move GMP bug 74670 test file to tests dirPeter Kokot2018-07-201-0/+0
* Fixed wrong zval_dtor() usageDmitry Stogov2018-07-051-1/+1
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-2/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* Merge branch 'PHP-7.2'Nikita Popov2018-07-022-1/+11
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-1/+11
| |\
| | * Fixed bug #74670Nikita Popov2018-07-022-1/+11
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-02-191-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-191-2/+2
| |\ \ | | |/
| | * Fix incorrect printf modifiersNikita Popov2018-02-191-2/+2
* | | Reduce variable scopeAnatol Belski2018-02-181-3/+7
* | | Remove effectless assignmentAnatol Belski2018-02-181-2/+2
* | | Use bool instead of booleanGabriel Caruso2018-02-081-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-043-9/+9
* | | Add missing SKIPIF sectionsGabriel Caruso2018-02-038-0/+16
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-031-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-031-0/+1
| |\ \ | | |/
| | * Skip on Travis-CIAnatol Belski2018-01-031-0/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-031-1/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-031-1/+16
| |\ \ | | |/
| | * Extend skip sectionAnatol Belski2018-01-031-1/+16
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-01-022-1/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-022-1/+31
| |\ \ | | |/
| | * Fix some int/long confusion issues in GMPStanislav Malyshev2018-01-022-1/+31
| | * year++Xinchen Hui2018-01-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-0/+8
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Add gmp_kronecker()Nikita Popov2017-12-113-0/+77
* | | Add gmp_perfect_power()Nikita Popov2017-12-113-0/+62