Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused gmp_unary_ui_op() function | Nikita Popov | 2019-06-11 | 1 | -16/+0 |
* | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -1/+1 |
* | Avoid uninitialized variable warnings in gmp | Nikita Popov | 2019-04-12 | 1 | -9/+6 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | Fixed wrong zval_dtor() usage | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix incorrect printf modifiers | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
* | | | Reduce variable scope | Anatol Belski | 2018-02-18 | 1 | -3/+7 |
* | | | Remove effectless assignment | Anatol Belski | 2018-02-18 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Stanislav Malyshev | 2018-01-02 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-01-02 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Fix some int/long confusion issues in GMP | Stanislav Malyshev | 2018-01-02 | 1 | -1/+5 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Add _IS_NUMBER as cast_object() target type | Nikita Popov | 2017-12-26 | 1 | -0/+8 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Add gmp_kronecker() | Nikita Popov | 2017-12-11 | 1 | -0/+45 |
* | | | Add gmp_perfect_power() | Nikita Popov | 2017-12-11 | 1 | -0/+20 |
* | | | Add gmp_lcm() | Nikita Popov | 2017-12-11 | 1 | -0/+9 |
* | | | Add gmp_binomial() | Nikita Popov | 2017-12-11 | 1 | -0/+31 |
* | | | Fix visibility | Anatol Belski | 2017-10-23 | 1 | -1/+1 |
* | | | Make GMP more usable by third-party extensions. | Sara Golemon | 2017-10-09 | 1 | -10/+6 |
|/ / | |||||
* | | Deprecate gmp_random() | Nikita Popov | 2017-02-03 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | Bugfix#70896 gmp_fact() silently ignores non-integer inputs | Sara Golemon | 2016-07-26 | 1 | -1/+10 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-07-25 | 1 | -1/+6 |
|\ | |||||
| * | Fix GMP unserialization with self-reference | Nikita Popov | 2016-07-25 | 1 | -1/+6 |
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
|/ | |||||
* | fix build | Stanislav Malyshev | 2016-04-26 | 1 | -1/+1 |
* | Use zend_string_safe_alloc | Xinchen Hui | 2016-04-27 | 1 | -3/+2 |
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 1 | -12/+10 |
|\ \ | |/ | |||||
| * | Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP) | Stanislav Malyshev | 2015-08-23 | 1 | -5/+5 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -8/+8 |
* | | Merge branch 'PHP-5.6' | Nikita Popov | 2015-06-11 | 1 | -11/+15 |
|\ \ | |/ | |||||
| * | Fixed bug #69803 | Nikita Popov | 2015-06-11 | 1 | -11/+15 |
* | | Merge branch 'PHP-5.6' | Nikita Popov | 2015-04-16 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Normalize gmp_remroot() behavior to GMP 5.1 | Nikita Popov | 2015-04-16 | 1 | -2/+6 |
| * | Fix leak in gmp_pow() | Nikita Popov | 2015-04-16 | 1 | -1/+2 |