summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-2/+1
* Fixed access to uninitialized data and attempt to double freeDmitry Stogov2014-05-131-0/+2
* Port ext/gmp (one failure)Nikita Popov2014-05-061-115/+94
* Fix crashes in GMP serialize/unserializeStanislav Malyshev2014-04-281-14/+11
* Add SKIPIF in GMP testNikita Popov2014-03-121-0/+2
* Add tests for bug #66872 and gmp_[rem]rootNikita Popov2014-03-112-0/+158
* Merge branch 'PHP-5.5' into PHP-5.6Pierre Joye2014-03-101-2/+4
|\
| * 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
* | | add T_POW (**) operatordatibbaw2014-02-062-1/+11
* | | Bump yearXinchen Hui2014-01-032-2/+2
* | | Throw warning when converting invalid string to GMPNikita Popov2013-12-3014-5/+47
* | | Support gmp_remroot() on GMP 4.1Nikita Popov2013-12-021-1/+12
* | | Clean up GMP arginfosNikita Popov2013-11-291-188/+55
* | | Add gmp_root() and gmp_rootrem() functionsNikita Popov2013-11-292-1/+82
* | | Use class handlers for GMP serializationNikita Popov2013-11-291-46/+29
* | | Remove duplicate / commented code in GMPNikita Popov2013-11-291-53/+4
* | | Fix bug #65997 by switching to Serializable for GMPNikita Popov2013-10-293-20/+124
* | | Fix compile warning in GMPNikita Popov2013-10-291-1/+1
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-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
* | GMP improvementsNikita Popov2013-06-1718-667/+1311
* | 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