summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorLeigh <leight@gmail.com>2014-08-27 21:45:05 +0100
committerNikita Popov <nikic@php.net>2014-09-02 14:19:18 +0200
commit47d630e7f03b359390f8fa92acf7f78dcc5c6d2c (patch)
tree8bb40d4da8ed419d2150e109bf9146e7891ffdf5 /UPGRADING
parentf54451cf399ebba0e52b42ab45de52f0f4bc3afb (diff)
downloadphp-git-47d630e7f03b359390f8fa92acf7f78dcc5c6d2c.tar.gz
Implement gmp_import() and gmp_export()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 388b0d2f72..d4dd303356 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -267,6 +267,8 @@ PHP 5.6 UPGRADE NOTES
- GMP:
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.
- Hash
Added hash_equals($known_string, $user_string)