summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Fix bug #63595 GMP memory management conflicts with other libraries using GMPRemi Collet2014-10-271-26/+0
* restored the old code in 5.4/5 related to bug #66872Anatol Belski2014-03-111-7/+10
* fix #66872, invalid argument crashes gmp_testbitPierre Joye2014-03-101-9/+7
* Bump yearXinchen Hui2014-01-031-1/+1
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* - Fixed bug #65227 (Memory leak in gmp_cmp second parameter)Felipe Pena2013-07-121-0/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed unused variableIlia Alshanetsky2010-10-251-3/+1
* Fix bug #52906 gmp_mod returns negative result when non-negative is expectedStanislav Malyshev2010-10-011-13/+15
* 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-031-1/+1
* - [DOC] expose MPIR version when mpir is used instead of gmpPierre Joye2009-12-101-1/+8
* 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-251-1/+1
* Really use 62 as the upper boundary as requested and not 32.David Soria Parra2009-11-251-1/+1
* Implement feature request #50283 (allow base in gmp_strval to use full range:...David Soria Parra2009-11-241-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - 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
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix 64-bitStanislav Malyshev2007-11-011-1/+1
* fix gcd - can return larger than long with long argStanislav Malyshev2007-11-011-1/+1
* merge gmp_testbit()Stanislav Malyshev2007-11-011-2/+35
* fix reading uninitialized valuesAntony Dovgal2007-11-011-3/+5
* fix 64bit issues & testsAntony Dovgal2007-11-011-21/+22
* - Fix memory leaks (bug #42509)Stanislav Malyshev2007-11-011-236/+221
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: add test & GMP_VERSION constantAntony Dovgal2007-04-261-1/+9
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-01-121-9/+1
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-4/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: add gmp_nextprime()Antony Dovgal2006-07-181-0/+14
* 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-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* @- Fix #32773 and make right fix for GMP FPEs (Stas)Stanislav Malyshev2005-04-251-19/+39