summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/877'Stanislav Malyshev2014-11-303-0/+262
|\
| * gmp_random_seed()Leigh2014-10-193-0/+262
* | Merge branch 'PHP-5.6'Remi Collet2014-10-271-26/+0
|\ \
| * \ 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
* | | | | fix datatypeAnatol Belski2014-10-221-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-10-144-9/+237
|\ \ \ \ | |/ / /
| * | | 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
* | | | Drop support for GMP 4.1Nikita Popov2014-09-283-40/+9
* | | | Make gmp_setbit and gmp_clrbit return values consistentLeigh2014-09-283-6/+8
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
* | | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* | | | Fix GMP serializationNikita Popov2014-09-181-2/+2
* | | | Merge branch 'PHP-5.6'Nikita Popov2014-09-0444-142/+232
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fix a number of format issuesNikita Popov2014-09-031-1/+1
* | | | Merge branch 'PHP-5.6'Nikita Popov2014-09-022-9/+25
|\ \ \ \ | |/ / /
| * | | Fixed bug #50175Nikita Popov2014-09-022-9/+25
| * | | Fix C89 build and small cleanupNikita Popov2014-09-021-4/+4
* | | | Skip 64bit test on 32bitNikita Popov2014-09-022-6/+9
* | | | fix datatypes for gmp to be compatible with GMP/MPIR on different platformsAnatol Belski2014-09-022-10/+19
* | | | add a test with gmp and PHP_INT_MAXAnatol Belski2014-09-021-0/+26
* | | | one semicolon too muchAnatol Belski2014-09-021-2/+2
* | | | mpz functions don't work on zend_ulongs...Nikita Popov2014-09-021-6/+6
* | | | Merge branch 'PHP-5.6'Nikita Popov2014-09-023-16/+307
|\ \ \ \ | |/ / /
| * | | Implement gmp_import() and gmp_export()Leigh2014-09-023-20/+311
* | | | Merge branch 'PHP-5.6'Nikita Popov2014-08-272-1/+38
|\ \ \ \ | |/ / /
| * | | Fix bug #67917 (gmp compound assignment operator leak)Nikita Popov2014-08-272-1/+38
* | | | master renames phase 2Anatol Belski2014-08-251-2/+2
* | | | master renames phase 1Anatol Belski2014-08-251-72/+72
* | | | fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* | | | ported ext/gmpAnatol Belski2014-08-191-41/+41
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-33/+33
* | | | 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