summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* new tests for ext/gmpAntony Dovgal2007-04-1827-0/+1430
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-01-122-10/+1
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-4/+0
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* new testsAntony Dovgal2006-09-107-0/+482
* MFH: add gmp_nextprime()Antony Dovgal2006-07-183-0/+55
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
* Fix build. (gmp_nextprime() was added in PHP 6!)foobar2006-06-161-6/+0
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+10
* MFH: argument info..Hannes Magnusson2006-06-141-41/+272
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1