Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' | Nikita Popov | 2015-06-11 | 3 | -13/+39 |
|\ | |||||
| * | Fixed bug #69803 | Nikita Popov | 2015-06-11 | 3 | -13/+39 |
* | | Merge branch 'PHP-5.6' | Nikita Popov | 2015-04-16 | 4 | -5/+16 |
|\ \ | |/ | |||||
| * | Run gmp_random tests more quickly | Nikita Popov | 2015-04-16 | 2 | -4/+4 |
| * | Normalize gmp_remroot() behavior to GMP 5.1 | Nikita Popov | 2015-04-16 | 2 | -3/+7 |
| * | Fix leak in gmp_pow() | Nikita Popov | 2015-04-16 | 1 | -1/+2 |
| * | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| * | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 |
| * | Fix build with gmp < 4.2 | Remi Collet | 2014-11-13 | 1 | -1/+1 |
* | | Fix leak in gmp_pow() | Nikita Popov | 2015-04-16 | 1 | -1/+2 |
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
* | | Merged zend_array and HashTable into the single data structure. | Dmitry Stogov | 2015-02-13 | 1 | -5/+2 |
* | | fix data type mismatch | Anatol Belski | 2015-02-04 | 1 | -3/+3 |
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -2/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
* | | We can't output absolute S and T values for the | Rasmus Lerdorf | 2015-01-09 | 1 | -21/+11 |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 3 | -9/+9 |
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -154/+154 |
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-05 | 3 | -0/+262 |
|\ \ | |||||
| * \ | Merge branch 'pull-request/877' | Stanislav Malyshev | 2014-11-30 | 3 | -0/+262 |
| |\ \ | |||||
| | * | | gmp_random_seed() | Leigh | 2014-10-19 | 3 | -0/+262 |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -26/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-10-27 | 1 | -26/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-10-27 | 1 | -26/+0 |
| | |\ \ | |||||
| | | * | | Fix bug #63595 GMP memory management conflicts with other libraries using GMP | Remi Collet | 2014-10-27 | 1 | -26/+0 |
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-03-11 | 1 | -7/+10 |
| | | |\ \ | |||||
| | | | * | | restored the old code in 5.4/5 related to bug #66872 | Anatol Belski | 2014-03-11 | 1 | -7/+10 |
* | | | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-10-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | fix datatype | Anatol Belski | 2014-10-22 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmls | Anatol Belski | 2014-10-17 | 4 | -3/+12 |
|/ / / / | |||||
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-10-14 | 4 | -9/+237 |
|\ \ \ \ | |/ / / | |||||
| * | | | Address issues raised by @nikic | Leigh | 2014-09-24 | 3 | -22/+141 |
| * | | | Make sure min < max | Leigh | 2014-09-24 | 2 | -0/+11 |
| * | | | Mersenne Twister was added in GMP 4.2 | Leigh | 2014-09-23 | 1 | -1/+4 |
| * | | | Add test files | Leigh | 2014-09-23 | 3 | -2/+32 |
| * | | | Add gmp_random_bits(bits) and gmp_random_range(min, max) | Leigh | 2014-09-23 | 2 | -9/+78 |
| * | | | Change GMPs default PRNG to Mersenne Twister | Leigh | 2014-09-23 | 1 | -1/+1 |
* | | | | Drop support for GMP 4.1 | Nikita Popov | 2014-09-28 | 3 | -40/+9 |
* | | | | Make gmp_setbit and gmp_clrbit return values consistent | Leigh | 2014-09-28 | 3 | -6/+8 |
* | | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
* | | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
* | | | | Fix GMP serialization | Nikita Popov | 2014-09-18 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-5.6' | Nikita Popov | 2014-09-04 | 44 | -142/+232 |
|\ \ \ \ | |/ / / | |||||
| * | | | Split GMP tests testing multiple functions | Nikita Popov | 2014-09-04 | 5 | -142/+140 |
| * | | | Give proper names to GMP test files | Nikita Popov | 2014-09-04 | 37 | -0/+0 |