summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-03-111-7/+10
|\
| * restored the old code in 5.4/5 related to bug #66872Anatol Belski2014-03-111-7/+10
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2014-03-101-9/+7
|\ \ | |/
| * fix #66872, invalid argument crashes gmp_testbitPierre Joye2014-03-101-9/+7
| * Bump yearXinchen Hui2014-01-032-2/+2
* | Bump yearXinchen Hui2014-01-032-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
|/
* - 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