From 099b295646b108ad56d1ec3b37dfcb5812fd378c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 3 Oct 2013 16:23:59 +0200 Subject: [PATCH] add NEWS and UPGRADING about gost-crypto --- NEWS | 3 +++ UPGRADING | 2 ++ 2 files changed, 5 insertions(+) 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 ======================================== -- 2.40.0