summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-10-14 00:36:36 -0700
committerStanislav Malyshev <stas@php.net>2014-10-14 00:36:36 -0700
commit4773c1dfdc10b2175422b4fda83a48e4792b90a1 (patch)
tree314cd27a7abd015a0498c0c903e4a29fc02c73d9 /UPGRADING
parent8615e429426557be7752c865b8f7364146196adf (diff)
downloadphp-git-4773c1dfdc10b2175422b4fda83a48e4792b90a1.tar.gz
update NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 514662a564..7c5f8c060f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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)