Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | fixing test for upcoming mpir upgrade | Anatoliy Belsky | 2012-08-23 | 4 | -141/+0 |
| | | | | - mpir is going to be upgraded up to 2.5.1 on windows | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-21 | 4 | -2/+145 |
|\ | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #62068 Test bug - gmp_nextprime and 022 Fix: 62067 Moved comments to FILE section - BFN Conflicts: NEWS | ||||
| * | Fixed bug #62068 Test bug - gmp_nextprime and 022 | Matt Ficken | 2012-05-21 | 4 | -2/+145 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | removed unused var | Ilia Alshanetsky | 2010-12-21 | 1 | -2/+0 |
| | | |||||
| * | Fix bug #52906 gmp_mod returns negative result when non-negative is expected | Stanislav Malyshev | 2010-10-01 | 6 | -24/+73 |
| | | |||||
| * | Fix bug #52849 (GNU MP invalid version match). | Adam Harvey | 2010-09-15 | 1 | -10/+17 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | Removed unused variable | Ilia Alshanetsky | 2010-10-25 | 1 | -3/+1 |
| | | |||||
* | | Fix bug #52906 gmp_mod returns negative result when non-negative is expected | Stanislav Malyshev | 2010-10-01 | 6 | -24/+73 |
| | | |||||
* | | fix ZTS build | Antony Dovgal | 2010-09-17 | 1 | -3/+3 |
| | | |||||
* | | Fix bug #52849 (GNU MP invalid version match). | Adam Harvey | 2010-09-15 | 1 | -10/+17 |
|/ | |||||
* | - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no ↵ | Pierre Joye | 2010-02-23 | 1 | -1/+4 |
| | | | | trace of this change in gmp's changelog...) | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | - [DOC] expose MPIR version when mpir is used instead of gmp | Pierre Joye | 2009-12-10 | 2 | -1/+9 |
| | |||||
* | Use extended base if we build again gmp 4.2.0 which is usually available. | David Soria Parra | 2009-11-27 | 1 | -0/+8 |
| | |||||
* | Also allow base 62 for gmp_init as requested in (#50283) | David Soria Parra | 2009-11-25 | 2 | -2/+5 |
| | |||||
* | Really use 62 as the upper boundary as requested and not 32. | David Soria Parra | 2009-11-25 | 2 | -12/+16 |
| | |||||
* | Implement feature request #50283 (allow base in gmp_strval to use full ↵ | David Soria Parra | 2009-11-24 | 2 | -2/+31 |
| | | | | range: 2 to 62, and -2 to -36) | ||||
* | - put mpir headers in their own directory | Pierre Joye | 2009-06-10 | 1 | -2/+2 |
| | |||||
* | - MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the ↵ | Pierre Joye | 2009-05-25 | 1 | -1/+1 |
| | | | | lgplv3 mess | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -40/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+40 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -40/+0 |
| | |||||
* | Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument) | Ilia Alshanetsky | 2008-01-30 | 1 | -0/+3 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | fix tests | Nuno Lopes | 2007-12-27 | 2 | -3/+3 |
| | |||||
* | fix 64-bit | Stanislav Malyshev | 2007-11-01 | 1 | -1/+1 |
| | |||||
* | add tests for testbit, sync with HEAD | Stanislav Malyshev | 2007-11-01 | 2 | -24/+84 |
| | |||||
* | fix gcd - can return larger than long with long arg | Stanislav Malyshev | 2007-11-01 | 1 | -1/+1 |
| | |||||
* | add testbit() | Stanislav Malyshev | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | generalize resource names | Stanislav Malyshev | 2007-11-01 | 1 | -2/+2 |
| | |||||
* | merge gmp_testbit() | Stanislav Malyshev | 2007-11-01 | 1 | -2/+35 |
| | |||||
* | fix reading uninitialized values | Antony Dovgal | 2007-11-01 | 1 | -3/+5 |
| | |||||
* | fix 64bit issues & tests | Antony Dovgal | 2007-11-01 | 6 | -26/+35 |
| | |||||
* | - Fix memory leaks (bug #42509) | Stanislav Malyshev | 2007-11-01 | 37 | -334/+335 |
| | | | | | | - Fix _gmp_binary_opl - Use modern parameter parsing | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH: add missing skipif sections | Antony Dovgal | 2007-05-27 | 30 | -1/+58 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-05-04 | 1 | -1/+7 |
| | |||||
* | MFH: improve the tests | Antony Dovgal | 2007-04-27 | 3 | -0/+56 |
| | |||||
* | MFH: add test & GMP_VERSION constant | Antony Dovgal | 2007-04-26 | 2 | -1/+50 |
| | | | | | do not allow zero operand in gmp_divexact() | ||||
* | new tests for ext/gmp | Antony Dovgal | 2007-04-18 | 27 | -0/+1430 |
| |