mirror of
https://github.com/php/php-src.git
synced 2025-01-08 20:17:28 +08:00
afdaedaa26
* PHP-5.6: update NEWS and UPGRADING Upated NEWS Address issues raised by @nikic Make sure min < max Mersenne Twister was added in GMP 4.2 Add test files Add gmp_random_bits(bits) and gmp_random_range(min, max) Change GMPs default PRNG to Mersenne Twister Conflicts: ext/gmp/gmp.c |
||
---|---|---|
.. | ||
tests | ||
bug67917.phpt | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
gmp.c | ||
php_gmp.h | ||
README | ||
TODO |
Arbitrary length number support with GNU MP library. Please see the PGP manual for more documentation. See also GNU MP home page at http://www.swox.com/gmp/. GNU MP library is available under the tems of GNU LGPL license. Please see http://www.swox.com/gmp/lgpl.html