summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Fixed test scriptXinchen Hui2016-03-171-1/+1
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)Stanislav Malyshev2015-08-232-5/+55
* Fixed bug #69803Nikita Popov2015-06-113-13/+39
* Run gmp_random tests more quicklyNikita Popov2015-04-162-4/+4
* Normalize gmp_remroot() behavior to GMP 5.1Nikita Popov2015-04-162-3/+7
* Fix leak in gmp_pow()Nikita Popov2015-04-161-1/+2
* bump yearXinchen Hui2015-01-152-2/+2
* We can't output absolute S and T values for theRasmus Lerdorf2015-01-091-21/+11
* Fix build with gmp < 4.2Remi Collet2014-11-131-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-10-271-26/+0
|\
| * Fix bug #63595 GMP memory management conflicts with other libraries using GMPRemi Collet2014-10-271-26/+0
| * 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
* | | Address issues raised by @nikicLeigh2014-09-243-22/+141
* | | Make sure min < maxLeigh2014-09-242-0/+11
* | | Mersenne Twister was added in GMP 4.2Leigh2014-09-231-1/+4
* | | Add test filesLeigh2014-09-233-2/+32
* | | Add gmp_random_bits(bits) and gmp_random_range(min, max)Leigh2014-09-232-9/+78
* | | Change GMPs default PRNG to Mersenne TwisterLeigh2014-09-231-1/+1
* | | Split GMP tests testing multiple functionsNikita Popov2014-09-045-142/+140
* | | Give proper names to GMP test filesNikita Popov2014-09-0437-0/+0
* | | Throw warnings when using zero modulus in gmp_powmNikita Popov2014-09-042-3/+11
* | | Add GMP tests for some uncovered branchesNikita Popov2014-09-045-8/+92
* | | Fixed bug #50175Nikita Popov2014-09-022-9/+25
* | | Fix C89 build and small cleanupNikita Popov2014-09-021-4/+4
* | | Implement gmp_import() and gmp_export()Leigh2014-09-023-20/+311
* | | Fix bug #67917 (gmp compound assignment operator leak)Nikita Popov2014-08-272-1/+38
* | | 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
|\ \ \ | |/ /