diff options
author | Stanislav Malyshev <stas@php.net> | 2014-10-14 00:36:36 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-10-14 00:36:36 -0700 |
commit | 4773c1dfdc10b2175422b4fda83a48e4792b90a1 (patch) | |
tree | 314cd27a7abd015a0498c0c903e4a29fc02c73d9 /UPGRADING | |
parent | 8615e429426557be7752c865b8f7364146196adf (diff) | |
download | php-git-4773c1dfdc10b2175422b4fda83a48e4792b90a1.tar.gz |
update NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -270,6 +270,7 @@ PHP 5.6 UPGRADE NOTES Added gmp_root($a, $nth) and gmp_rootrem($a, $nth) for calculating nth roots. Added gmp_import($data, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1. Added gmp_export($gmpnumber, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1. + Added gmp_random_range() and gmp_random_bits() in PHP 5.6.3. - Hash Added hash_equals($known_string, $user_string) |