summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-02-191-2/+2
|\
| * Fix incorrect printf modifiersNikita Popov2018-02-191-2/+2
* | 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.1' into PHP-7.2Anatol Belski2018-01-031-1/+16
|\ \ | |/
| * Extend skip sectionAnatol Belski2018-01-031-1/+16
* | 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
* | 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
* | | Cleanup gmp_sqrtrem() testNikita Popov2016-07-251-14/+2
|/ /
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
|/
* fix buildStanislav Malyshev2016-04-261-1/+1
* Use zend_string_safe_allocXinchen Hui2016-04-271-3/+2
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-171-1/+1
|\
| * Fixed test scriptXinchen Hui2016-03-171-1/+1
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Split test into different versions for 32-bit and 64-bit systemsDmitry Stogov2015-10-072-0/+231
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-022-12/+60
|\ \ | |/
| * Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)Stanislav Malyshev2015-08-232-5/+55
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | Merge branch 'PHP-5.6'Nikita Popov2015-06-113-13/+39
|\ \ | |/
| * Fixed bug #69803Nikita Popov2015-06-113-13/+39
* | Merge branch 'PHP-5.6'Nikita Popov2015-04-164-5/+16
|\ \ | |/
| * Run gmp_random tests more quicklyNikita Popov2015-04-162-4/+4
| * Normalize gmp_remroot() behavior to GMP 5.1Nikita Popov2015-04-162-3/+7
| * Fix leak in gmp_pow()Nikita Popov2015-04-161-1/+2
| * bump yearXinchen Hui2015-01-152-2/+2
| * We can't output absolute S and T values for theRasmus Lerdorf2015-01-091-21/+11
| * Fix build with gmp < 4.2Remi Collet2014-11-131-1/+1
* | Fix leak in gmp_pow()Nikita Popov2015-04-161-1/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3