summaryrefslogtreecommitdiff
path: root/ext/gmp
Commit message (Expand)AuthorAgeFilesLines
* Split test into different versions for 32-bit and 64-bit systemsDmitry Stogov2015-10-072-0/+231
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-022-12/+60
|\
| * Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)Stanislav Malyshev2015-08-232-5/+55
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-8/+8
* | Merge branch 'PHP-5.6'Nikita Popov2015-06-113-13/+39
|\ \ | |/
| * Fixed bug #69803Nikita Popov2015-06-113-13/+39
* | Merge branch 'PHP-5.6'Nikita Popov2015-04-164-5/+16
|\ \ | |/
| * 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
* | Fix leak in gmp_pow()Nikita Popov2015-04-161-1/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-5/+2
* | fix data type mismatchAnatol Belski2015-02-041-3/+3
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-2/+1
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | We can't output absolute S and T values for theRasmus Lerdorf2015-01-091-21/+11
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-9/+9
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-154/+154
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-053-0/+262
|\ \
| * \ Merge branch 'pull-request/877'Stanislav Malyshev2014-11-303-0/+262
| |\ \
| | * | gmp_random_seed()Leigh2014-10-193-0/+262
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-26/+0
|\ \ \ \ | |/ / /
| * | | 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
* | | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | fix datatypeAnatol Belski2014-10-221-1/+1
| | |_|_|/ | |/| | |
* | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-174-3/+12
|/ / / /
* | | | 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