summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-10-03 16:23:59 +0200
committerMichael Wallner <mike@php.net>2013-10-03 16:23:59 +0200
commit099b295646b108ad56d1ec3b37dfcb5812fd378c (patch)
tree01a421e28a09f475dd531525e2565395e66ba06e
parent05f847da453fd14440df908d7bfca877142ed8fa (diff)
downloadphp-git-099b295646b108ad56d1ec3b37dfcb5812fd378c.tar.gz
add NEWS and UPGRADING about gost-crypto
-rw-r--r--NEWS3
-rwxr-xr-xUPGRADING2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1a191f3dd..8113514420 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP NEWS
improvements based on this.
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
+- Hash:
+ . Added gost-crypto (CryptoPro S-box) GOST hash algo. (Manuel Mausz)
+
- mysqlnd:
. Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
supported by the overlying APIs. (Andrey)
diff --git a/UPGRADING b/UPGRADING
index f413887500..fb8daab2d6 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -40,6 +40,8 @@ PHP X.Y UPGRADE NOTES
- The php://input stream is now re-usable and can be used concurrently with
enable_post_data_reading=0.
+- Added gost-crypto (CryptoPro S-box) hash algo.
+
========================================
2. Changes in SAPI modules
========================================