summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #65227 (Memory leak in gmp_cmp second parameter)Felipe Pena2013-07-121-0/+1
* Happy New YearXinchen Hui2013-01-012-2/+2
* fixing test for upcoming mpir upgradeAnatoliy Belsky2012-08-234-141/+0
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-214-2/+145
|\
| * Fixed bug #62068 Test bug - gmp_nextprime and 022Matt Ficken2012-05-214-2/+145
| * - Year++Felipe Pena2012-01-012-2/+2
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-012-2/+2
| * removed unused varIlia Alshanetsky2010-12-211-2/+0
| * Fix bug #52906 gmp_mod returns negative result when non-negative is expectedStanislav Malyshev2010-10-016-24/+73
| * Fix bug #52849 (GNU MP invalid version match).Adam Harvey2010-09-151-10/+17
* | - Year++Felipe Pena2012-01-012-2/+2
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Year++Felipe Pena2011-01-012-2/+2
* | Removed unused variableIlia Alshanetsky2010-10-251-3/+1
* | Fix bug #52906 gmp_mod returns negative result when non-negative is expectedStanislav Malyshev2010-10-016-24/+73
* | fix ZTS buildAntony Dovgal2010-09-171-3/+3
* | Fix bug #52849 (GNU MP invalid version match).Adam Harvey2010-09-151-10/+17
|/
* - fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no ...Pierre Joye2010-02-231-1/+4
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - [DOC] expose MPIR version when mpir is used instead of gmpPierre Joye2009-12-102-1/+9
* Use extended base if we build again gmp 4.2.0 which is usually available.David Soria Parra2009-11-271-0/+8
* Also allow base 62 for gmp_init as requested in (#50283)David Soria Parra2009-11-252-2/+5
* Really use 62 as the upper boundary as requested and not 32.David Soria Parra2009-11-252-12/+16
* Implement feature request #50283 (allow base in gmp_strval to use full range:...David Soria Parra2009-11-242-2/+31
* - put mpir headers in their own directoryPierre Joye2009-06-101-2/+2
* - MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the lg...Pierre Joye2009-05-251-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-40/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+40
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-40/+0
* Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)Ilia Alshanetsky2008-01-301-0/+3
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* fix testsNuno Lopes2007-12-272-3/+3
* fix 64-bitStanislav Malyshev2007-11-011-1/+1
* add tests for testbit, sync with HEADStanislav Malyshev2007-11-012-24/+84
* fix gcd - can return larger than long with long argStanislav Malyshev2007-11-011-1/+1
* add testbit()Stanislav Malyshev2007-11-011-0/+1
* generalize resource namesStanislav Malyshev2007-11-011-2/+2
* merge gmp_testbit()Stanislav Malyshev2007-11-011-2/+35
* fix reading uninitialized valuesAntony Dovgal2007-11-011-3/+5
* fix 64bit issues & testsAntony Dovgal2007-11-016-26/+35
* - Fix memory leaks (bug #42509)Stanislav Malyshev2007-11-0137-334/+335
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: add missing skipif sectionsAntony Dovgal2007-05-2730-1/+58
* fix test namesAntony Dovgal2007-05-071-1/+1
* MFHAntony Dovgal2007-05-041-1/+7
* MFH: improve the testsAntony Dovgal2007-04-273-0/+56
* MFH: add test & GMP_VERSION constantAntony Dovgal2007-04-262-1/+50