summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add gmp_lcm()Nikita Popov2017-12-113-0/+55
* | | Add gmp_binomial()Nikita Popov2017-12-113-0/+99
* | | Remove outdated TODO filesPeter Kokot2017-12-091-22/+0
* | | Fix visibilityAnatol Belski2017-10-232-2/+10
* | | Revert "Allow internal functions to return values by reference (this was disa...Dmitry Stogov2017-10-171-1/+1
* | | Allow internal functions to return values by reference (this was disabled in ...Dmitry Stogov2017-10-171-1/+1
* | | Fixed unzserialize(), to disable creation of unsupported data structures thro...Dmitry Stogov2017-10-131-14/+5
* | | Make GMP more usable by third-party extensions.Sara Golemon2017-10-095-27/+39
* | | Remove outdated README from ext/gmpPeter Kokot2017-10-031-5/+0
* | | Fix test locationKalle Sommer Nielsen2017-08-171-0/+0
|/ /
* | Deprecate gmp_random()Nikita Popov2017-02-034-2/+25
* | Merge branch 'PHP-7.1'Nikita Popov2017-01-141-0/+3
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-141-0/+3
| |\
| | * Fixed bug #69993Yordan Gigov2017-01-141-0/+3
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-042-2/+2
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* | | Merge branch 'PHP-7.1'Christoph M. Becker2016-09-061-1/+1
|\ \ \ | |/ /
| * | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-031-1/+1
* | | Bugfix#70896 gmp_fact() silently ignores non-integer inputsSara Golemon2016-07-262-1/+16
* | | Merge branch 'PHP-7.1'Nikita Popov2016-07-252-1/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-252-1/+20
| |\ \ | | |/
| | * Fix GMP unserialization with self-referenceNikita Popov2016-07-252-1/+20